public static class FormFlowLayoutDescriptor.AttributeFlowLayoutData extends Object implements Serializable
Constructor and Description |
---|
FormFlowLayoutDescriptor.AttributeFlowLayoutData(int position,
int nbLine,
boolean expandable,
boolean defaultExpanded) |
Modifier and Type | Method and Description |
---|---|
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
|
public FormFlowLayoutDescriptor.AttributeFlowLayoutData(int position, int nbLine, boolean expandable, boolean defaultExpanded)
public int getPosition()
public int getNbLine()
public boolean isExpandable()
public boolean isDefaultExpanded()
Copyright © 2016. All Rights Reserved.