Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.tivoli.maximo.miniapps.scheduler.util.HasProperties

  • Packages that use HasProperties 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler  
    com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign  
    com.ibm.tivoli.maximo.miniapps.scheduler.max  
    com.ibm.tivoli.maximo.miniapps.scheduler.util  
    • Uses of HasProperties in com.ibm.tivoli.maximo.miniapps.scheduler

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler that implement HasProperties 
      Modifier and Type Class and Description
      class  UIOptions
      Configuration for the TreeGrid UI options
    • Uses of HasProperties in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign that implement HasProperties 
      Modifier and Type Class and Description
      class  GWASerializationHelper 
    • Uses of HasProperties in com.ibm.tivoli.maximo.miniapps.scheduler.max

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler.max that implement HasProperties 
      Modifier and Type Class and Description
      class  CircularDependenciesSerializationHelper 
      class  HierarchySerializationHelper 
      class  MaxSerializationHelper 
    • Uses of HasProperties in com.ibm.tivoli.maximo.miniapps.scheduler.util

      Subinterfaces of HasProperties in com.ibm.tivoli.maximo.miniapps.scheduler.util 
      Modifier and Type Interface and Description
      interface  UISerializationHelper 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.util with parameters of type HasProperties 
      Modifier and Type Method and Description
      static boolean PropertyUtil.getBooleanProperty(HasProperties props, java.lang.String prop, boolean defValue) 
      static int PropertyUtil.getIntProperty(HasProperties props, java.lang.String prop, int defValue) 
      static java.lang.Object PropertyUtil.getProperty(HasProperties props, java.lang.String prop)
      Gets a System Property from the SKD System Properties (remember, don't pass skd.
      static java.lang.Object PropertyUtil.getProperty(HasProperties props, java.lang.String prop, java.lang.Object def) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes