@DocumentedComponentAttribute(value="Defines if group is pinned or not",
type=java.lang.Boolean.class,
defaultValue="true",
boundable=true)
@XMLProperty(value="pinned")
public class PinnedAttribute
extends BoundableBoleanAttribute
| Modifier and Type | Field and Description |
|---|---|
static String |
PINNED_ATTR |
| Constructor and Description |
|---|
PinnedAttribute(pl.fhframework.model.forms.Form form,
pl.fhframework.model.forms.Component component,
pl.fhframework.binding.ModelBinding modelBinding) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDefaultValue() |
String |
getXmlValue() |
getValue, setValue, updateModel, updateViewconvertBindingToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelBinding, getOptionalFormatter, setModelBinding, updateBinding, updateBinding, updateBinding, updateBindingForValuepublic static final String PINNED_ATTR
public PinnedAttribute(pl.fhframework.model.forms.Form form,
pl.fhframework.model.forms.Component component,
pl.fhframework.binding.ModelBinding modelBinding)
public String getXmlValue()
getXmlValue in class BoundableBoleanAttributepublic Boolean getDefaultValue()
getDefaultValue in class BoundableBoleanAttributeCopyright © 2019. All rights reserved.