@DocumentedComponentAttribute(value="X position of widget", type=java.lang.Integer.class, defaultValue="1", boundable=true) @XMLProperty(value="posX") public class XPosAttribute extends AbstractBoundableIntegerAttribute
| Modifier and Type | Field and Description |
|---|---|
static String |
POSITION_X_ATTR |
value| Constructor and Description |
|---|
XPosAttribute(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_X_ATTR
public XPosAttribute(Form form, Component component, ModelBinding modelBinding)
public String getXmlValue()
getXmlValue in class Attribute<Integer>Copyright © 2020. All rights reserved.