Hi, 

I'd like to be sure if the MemberOrder annotation applies also to the
ordering of columns in tables. 

I have a superclass with two fields annotated like this 

    @Column(allowsNull = "true")
    @MemberOrder(name = "Details", sequence = "4")
    protected Date productiveStart;

    @Column(allowsNull = "true")
    @MemberOrder(name = "Details", sequence = "5")
    @Property(optionality = Optionality.OPTIONAL)
    protected Date productiveEnd; 

Another class has a collection of a subclass of this class, and when I
enter the details page, the table is showing Productive End before
Productive Start. 

Is there something else I need to do to indicate Isis the order of the
properties when rendering a table? 

Thanks. 

-- 

Hector Fabio Meza

R&D LEAD SMARTOOLS 
(57) 300 2254455 [1] 
Skype: hectorf.meza 
www.smartools.com.co [2] 

 

Links:
------
[1] tel:%2857%29%20300%206815404
[2] http://www.smartools.com.co/

Reply via email to