Public Member Functions | |
fm.liveswitch.NullableInteger | getPriority () |
Gets the layout proirity. More... | |
String | getZone () |
Gets the layout zone. More... | |
LayoutConfig () | |
void | setPriority (fm.liveswitch.NullableInteger value) |
Sets the layout proirity. More... | |
void | setZone (String value) |
Sets the layout zone. More... | |
Protected Member Functions | |
void | deserializeProperties (String key, String valueJson) |
Deserializes the properties. More... | |
void | serializeProperties (java.util.HashMap< String, String > jsonObject) |
Serializes the properties. More... | |
Layout configuration.
fm.liveswitch.LayoutConfig.LayoutConfig | ( | ) |
|
protected |
Deserializes the properties.
key | The key. |
valueJson | The value in JSON format. |
Reimplemented in fm.liveswitch.ChannelUserLayoutConfig, fm.liveswitch.ChannelLayoutConfig, fm.liveswitch.ChannelDeviceLayoutConfig, and fm.liveswitch.ChannelClientLayoutConfig.
fm.liveswitch.NullableInteger fm.liveswitch.LayoutConfig.getPriority | ( | ) |
Gets the layout proirity.
String fm.liveswitch.LayoutConfig.getZone | ( | ) |
Gets the layout zone.
|
protected |
Serializes the properties.
jsonObject | The JSON object. |
Reimplemented in fm.liveswitch.ChannelUserLayoutConfig, fm.liveswitch.ChannelLayoutConfig, fm.liveswitch.ChannelDeviceLayoutConfig, and fm.liveswitch.ChannelClientLayoutConfig.
void fm.liveswitch.LayoutConfig.setPriority | ( | fm.liveswitch.NullableInteger | value | ) |
Sets the layout proirity.
void fm.liveswitch.LayoutConfig.setZone | ( | String | value | ) |
Sets the layout zone.