java.lang.Object
com.inductiveautomation.factorypmi.application.model.properties.GeneralProps

public class GeneralProps extends Object
File that holds General Properties for the Vision client.
  • Field Details

  • Constructor Details

    • GeneralProps

      public GeneralProps()
  • Method Details

    • getTimezone

      public String getTimezone()
    • setTimezone

      public void setTimezone(String timezone)
    • isTouchscreenEnabled

      public boolean isTouchscreenEnabled()
    • isTagHistoryCacheDisabled

      public boolean isTagHistoryCacheDisabled()
    • setTagHistoryCacheDisabled

      public void setTagHistoryCacheDisabled(boolean isDisabled)
    • setTouchscreenEnabled

      public void setTouchscreenEnabled(boolean touchscreenEnabled)
    • getPublishMode

      public String getPublishMode()
    • setPublishMode

      public void setPublishMode(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)
    • getResourceEncodingFormat

      public SerializationEncoding getResourceEncodingFormat()
    • setResourceEncodingFormat

      public void setResourceEncodingFormat(SerializationEncoding serializationEncoding)