com.stimulsoft.report.components.interfaces
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
 boolean getEditable()
          Gets or sets value indicates that a component can be edited in the window of viewer.
 void RestoreState(java.lang.String value)
          Restores state of editable value.
 java.lang.String SaveState()
          Saves state of editable value.
 void setEditable(boolean value)
           
 

Method Detail

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

java.lang.String SaveState()
Saves state of editable value.


RestoreState

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