com.semarchy.mdm.runtime.model.logical
Class FormGridLayoutDescriptor.AttributeGridLayoutData
java.lang.Object
com.semarchy.mdm.runtime.model.logical.FormGridLayoutDescriptor.AttributeGridLayoutData
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FormGridLayoutDescriptor
public static class FormGridLayoutDescriptor.AttributeGridLayoutData
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormGridLayoutDescriptor.AttributeGridLayoutData
public FormGridLayoutDescriptor.AttributeGridLayoutData(int attrX,
int attrY,
int attrWidth,
int attrHeight,
FormGridLayoutDescriptor.GridLabelPosition labelPosition,
int labelWidth,
boolean labelWrap)
getX
public int getX()
getY
public int getY()
getWidth
public int getWidth()
getHeight
public int getHeight()
getLabelPosition
public FormGridLayoutDescriptor.GridLabelPosition getLabelPosition()
getLabelWidth
public int getLabelWidth()
isLabelWrap
public boolean isLabelWrap()
Copyright © 2015. All Rights Reserved.