Interface IStiEditable

All Known Implementing Classes:
StiCheckBox, StiContourText, StiCrossCell, StiCrossColumn, StiCrossColumnTotal, StiCrossField, StiCrossHeader, StiCrossRow, StiCrossRowTotal, StiCrossSummary, StiCrossSummaryHeader, StiCrossTitle, StiCrossTotal, StiRichText, StiSimpleText, StiSystemText, StiTableCell, StiTableCellCheckBox, StiTableCellRichText, StiText, StiTextInCells

public interface IStiEditable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets or sets value indicates that a component can be edited in the window of viewer.
    void
    Restores state of editable value.
    Saves state of editable value.
    void
    setEditable(boolean value)
     
  • Method Details

    • getEditable

      boolean getEditable()
      Gets or sets value indicates that a component can be edited in the window of viewer.
    • setEditable

      void setEditable(boolean value)
    • SaveState

      String SaveState()
      Saves state of editable value.
    • RestoreState

      void RestoreState(String value)
      Restores state of editable value.