| java.lang.Object org.conform.wings.PropertyCellEditor
PropertyCellEditor | public class PropertyCellEditor implements STableCellEditor(Code) | | |
Inner Class :protected static class EditorDelegate | |
cancel | final protected SButton cancel(Code) | | |
delegate | protected EditorDelegate delegate(Code) | | |
editorComponent | protected SComponent editorComponent(Code) | | |
editorForm | final protected SPanel editorForm(Code) | | |
fireCanceledEvent | protected boolean fireCanceledEvent(Code) | | |
fireStoppedEvent | protected boolean fireStoppedEvent(Code) | | |
messageLabel | final protected SLabel messageLabel(Code) | | |
ok | final protected SButton ok(Code) | | |
cancelCellEditing | public void cancelCellEditing()(Code) | | |
containedInForm | public boolean containedInForm(SComponent c)(Code) | | |
fireEditingCanceled | protected void fireEditingCanceled()(Code) | | |
fireEditingStopped | protected void fireEditingStopped()(Code) | | |
getCancelButton | final public SButton getCancelButton()(Code) | | |
getComponent | final public SComponent getComponent()(Code) | | Returns a reference to the editor component.
the editor Component |
getOKButton | final public SButton getOKButton()(Code) | | |
getTableCellEditorComponent | public SComponent getTableCellEditorComponent(STable table, Object value, boolean isSelected, int row, int column)(Code) | | |
initButtons | protected void initButtons()(Code) | | |
setFastEdit | final public void setFastEdit(boolean b)(Code) | | Fast edit support is editing with reduced interaction. E.g. a boolean
value can only have to states, true or false. So if editing is started,
the editor just flips the state and fires editing stopped.
Parameters: b - a boolean value |
stopCellEditing | public boolean stopCellEditing()(Code) | | |
|
|