@DocumentedComponentAttribute(value="X size of widget",
type=java.lang.Integer.class,
defaultValue="1",
boundable=true)
@XMLProperty(value="sizeX")
public class SizeXAttribute
extends AbstractBoundableIntegerAttribute
| Modifier and Type | Field and Description |
|---|---|
static String |
SIZE_X_ATTR |
value| Constructor and Description |
|---|
SizeXAttribute(pl.fhframework.model.forms.Form form,
pl.fhframework.model.forms.Component component,
pl.fhframework.binding.ModelBinding modelBinding) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDefaultValue() |
String |
getXmlValue() |
updateModel, updateViewgetValue, setValueconvertBindingToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelBinding, getOptionalFormatter, setModelBinding, updateBinding, updateBinding, updateBinding, updateBindingForValuepublic static final String SIZE_X_ATTR
public SizeXAttribute(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>public Integer getDefaultValue()
getDefaultValue in class AbstractIntegerAttributeCopyright © 2019. All rights reserved.