Uses of Interface
com.ebasetech.xi.api.controls.PageNavigationButtonStyle

Packages that use PageNavigationButtonStyle
com.ebasetech.xi.api.controls   
 

Uses of PageNavigationButtonStyle in com.ebasetech.xi.api.controls
 

Methods in com.ebasetech.xi.api.controls that return PageNavigationButtonStyle
 PageNavigationButtonStyle PageNavigationPanel.getFinish()
          Styling properties for the finish button.
 PageNavigationButtonStyle PageNavigationPanel.getGlobal()
          Default styling properties for all navigation buttons within the panel.
 PageNavigationButtonStyle PageNavigationPanel.getNext()
          Styling properties for the next page button.
 PageNavigationButtonStyle PageNavigationPanel.getPrevious()
          Styling properties for the previous page button.
 PageNavigationButtonStyle PageNavigationPanel.getRestore()
          Styling properties for the restore button.
 PageNavigationButtonStyle PageNavigationPanel.getSave()
          Styling properties for the save button.