@DocumentedComponentAttribute(value="Y position of widget", type=java.lang.Integer.class, defaultValue="1", boundable=true) @XMLProperty(value="posY") public class YPosAttribute extends AbstractBoundableIntegerAttribute
| Modifier and Type | Field and Description |
|---|---|
static String |
POSITION_Y_ATTR |
value| Constructor and Description |
|---|
YPosAttribute(Form form,
Component component,
ModelBinding modelBinding) |
| Modifier and Type | Method and Description |
|---|---|
String |
getXmlValue() |
updateModel, updateViewgetDefaultValue, getValue, setValueconvertBindingToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelBinding, getOptionalFormatter, setModelBinding, updateBinding, updateBinding, updateBinding, updateBindingForValuepublic static final String POSITION_Y_ATTR
public YPosAttribute(Form form, Component component, ModelBinding modelBinding)
public String getXmlValue()
getXmlValue in class Attribute<Integer>Copyright © 2020. All rights reserved.