Uses of Class
com.stimulsoft.viewer.enums.StiViewState

Packages that use StiViewState
com.stimulsoft.viewer.enums   
com.stimulsoft.viewer.logic   
 

Uses of StiViewState in com.stimulsoft.viewer.enums
 

Methods in com.stimulsoft.viewer.enums that return StiViewState
static StiViewState StiViewState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiViewState[] StiViewState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiViewState in com.stimulsoft.viewer.logic
 

Methods in com.stimulsoft.viewer.logic that return StiViewState
 StiViewState StiViewModel.getViewState()
           
 

Methods in com.stimulsoft.viewer.logic with parameters of type StiViewState
 void StiViewModel.setViewState(StiViewState viewState)