com.semarchy.mdm.runtime.model.logical
Class FormFlowLayoutDescriptor.AttributeFlowLayoutData

java.lang.Object
  extended by com.semarchy.mdm.runtime.model.logical.FormFlowLayoutDescriptor.AttributeFlowLayoutData
All Implemented Interfaces:
Serializable
Enclosing class:
FormFlowLayoutDescriptor

public static class FormFlowLayoutDescriptor.AttributeFlowLayoutData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FormFlowLayoutDescriptor.AttributeFlowLayoutData(int position, int nbLine, boolean expandable, boolean defaultExpanded)
           
 
Method Summary
 int getNbLine()
           
 int getPosition()
           
 boolean isDefaultExpanded()
          Return true if attribute is expanded by default
 boolean isExpandable()
          Returns true if attribute is expandable in the defined layout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormFlowLayoutDescriptor.AttributeFlowLayoutData

public FormFlowLayoutDescriptor.AttributeFlowLayoutData(int position,
                                                        int nbLine,
                                                        boolean expandable,
                                                        boolean defaultExpanded)
Method Detail

getPosition

public int getPosition()

getNbLine

public int getNbLine()

isExpandable

public boolean isExpandable()
Returns true if attribute is expandable in the defined layout

Returns:

isDefaultExpanded

public boolean isDefaultExpanded()
Return true if attribute is expanded by default

Returns:


Copyright © 2015. All Rights Reserved.