| graphical.PopupCellEditor
PopupCellEditor | public class PopupCellEditor extends Popup implements com.indius.grid.IGridCellEditor(Code) | | popupCellEditor - A new cell editor for Indius edit views. Implements
a popup. (MCW)
|
Method Summary | |
public void | describeClassInfo(ClassInfo info) | public Object | getValue() Get the contents of the Popup. | public void | setFont(Font aFont) Set the contents font of a popup cell. | public void | setJustification(int aJustification) Set the justification of a popup cell. | public void | setTextColor(Color aColor) Set the text color of a popup. | public void | setValue(Object obj) Set the contents of the Popup. | public View | view() Get the cell editor view. |
PopupCellEditor | public PopupCellEditor()(Code) | | |
PopupCellEditor | public PopupCellEditor(Rect r)(Code) | | |
PopupCellEditor | public PopupCellEditor(int x, int y, int w, int h)(Code) | | |
describeClassInfo | public void describeClassInfo(ClassInfo info)(Code) | | |
getValue | public Object getValue()(Code) | | Get the contents of the Popup. (MCW)
|
setFont | public void setFont(Font aFont)(Code) | | Set the contents font of a popup cell. (Not implemented). (MCW)
|
setJustification | public void setJustification(int aJustification)(Code) | | Set the justification of a popup cell. (Not implemented). (MCW)
|
setTextColor | public void setTextColor(Color aColor)(Code) | | Set the text color of a popup. (Not implemented). (MCW)
|
setValue | public void setValue(Object obj)(Code) | | Set the contents of the Popup. (MCW)
|
view | public View view()(Code) | | Get the cell editor view. (MCW)
|
|
|