Class GeneralProps
- java.lang.Object
-
- com.inductiveautomation.factorypmi.application.model.properties.GeneralProps
-
public class GeneralProps extends java.lang.Object
File that holds General Properties for the FactoryPMI client.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MODULE_ID
static ResourceType
RESOURCE_TYPE
static int
SCOPE
-
Constructor Summary
Constructors Constructor Description GeneralProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(FPMIApp app)
java.lang.String
getPublishMode()
int
getScrollbarWidth()
java.lang.String
getTimezone()
boolean
isTagHistoryCacheDisabled()
boolean
isTouchscreenDefault()
boolean
isTouchscreenEnabled()
void
setPublishMode(java.lang.String publishMode)
void
setScrollbarWidth(int scrollbarWidth)
void
setTagHistoryCacheDisabled(boolean isDisabled)
void
setTimezone(java.lang.String timezone)
void
setTouchscreenDefault(boolean touchscreenDefault)
void
setTouchscreenEnabled(boolean touchscreenEnabled)
-
-
-
Field Detail
-
MODULE_ID
public static final java.lang.String MODULE_ID
- See Also:
- Constant Field Values
-
RESOURCE_TYPE
public static final ResourceType RESOURCE_TYPE
-
SCOPE
public static final int SCOPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTimezone
public java.lang.String getTimezone()
-
setTimezone
public void setTimezone(java.lang.String timezone)
-
isTouchscreenEnabled
public boolean isTouchscreenEnabled()
-
isTagHistoryCacheDisabled
public boolean isTagHistoryCacheDisabled()
-
setTagHistoryCacheDisabled
public void setTagHistoryCacheDisabled(boolean isDisabled)
-
setTouchscreenEnabled
public void setTouchscreenEnabled(boolean touchscreenEnabled)
-
getPublishMode
public java.lang.String getPublishMode()
-
setPublishMode
public void setPublishMode(java.lang.String publishMode)
-
apply
public void apply(FPMIApp app)
-
isTouchscreenDefault
public boolean isTouchscreenDefault()
-
setTouchscreenDefault
public void setTouchscreenDefault(boolean touchscreenDefault)
-
getScrollbarWidth
public int getScrollbarWidth()
-
setScrollbarWidth
public void setScrollbarWidth(int scrollbarWidth)
-
-