@DocumentedComponentAttribute(value="Y size of widget",
type=java.lang.Integer.class,
defaultValue="0",
boundable=true)
@XMLProperty(value="sizeY")
public class SizeYAttribute
extends AbstractBoundableIntegerAttribute
| Modifier and Type | Field and Description |
|---|---|
static String |
SIZE_Y_ATTR |
value| Constructor and Description |
|---|
SizeYAttribute(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_Y_ATTR
public SizeYAttribute(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.