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