@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(pl.fhframework.model.forms.Form form,
pl.fhframework.model.forms.Component component,
pl.fhframework.binding.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(pl.fhframework.model.forms.Form form,
pl.fhframework.model.forms.Component component,
pl.fhframework.binding.ModelBinding modelBinding)
public String getXmlValue()
getXmlValue in class Attribute<Integer>Copyright © 2019. All rights reserved.