Package org.xwiki.livedata
Class LiveDataSelectionConfiguration
- java.lang.Object
-
- org.xwiki.livedata.LiveDataSelectionConfiguration
-
public class LiveDataSelectionConfiguration extends Object
Describes the live data selection configuration.- Since:
- 12.10.1, 13.0
- Version:
- $Id: e528953f60e2b86305cba612a19d26026593d947 $
-
-
Constructor Summary
Constructors Constructor Description LiveDataSelectionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize()
Preventnull
values where it's possible.boolean
isEnabled()
void
setEnabled(boolean enabled)
Sets whether live data entry selection is enabled.
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
- Returns:
true
if live data entry selection is enabled,false
otherwise
-
setEnabled
public void setEnabled(boolean enabled)
Sets whether live data entry selection is enabled.- Parameters:
enabled
-true
to enable the live data entry selection,false
to disable it
-
initialize
public void initialize()
Preventnull
values where it's possible.
-
-