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