@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(Form form,
Component component,
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(Form form, Component component, ModelBinding modelBinding)
public String getXmlValue()
getXmlValue in class Attribute<Integer>public Integer getDefaultValue()
getDefaultValue in class AbstractIntegerAttributeCopyright © 2020. All rights reserved.