|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILinkedCellEditor
Platform and technology independent linked editor definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Field Summary |
---|
Fields inherited from interface javax.rad.ui.celleditor.IInplaceCellEditor |
---|
DOUBLE_CLICK, SINGLE_CLICK |
Fields inherited from interface javax.rad.ui.IAlignmentConstants |
---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
Method Summary | |
---|---|
ICondition |
getAdditionalCondition()
Gets the additional condition, that is combined with And. |
ReferenceDefinition |
getLinkReference()
Gets reference definition that defines the link. |
IDimension |
getPopupSize()
Gets the size of the Popup window using a Dimension object. |
ColumnMapping |
getSearchColumnMapping()
Gets search columns for which should be searched in the linked cell. |
boolean |
isSearchTextAnywhere()
True, if the text is searched anywhere. |
boolean |
isSortByColumnName()
True, if the linked cell editor should sort by the column name it is editing. |
boolean |
isTableHeaderVisible()
Gets whether the table header is visible. |
boolean |
isTableReadonly()
Gets whether the table in the popup readonly. |
boolean |
isValidationEnabled()
Gets true, if only values from the table are allowed. |
void |
setAdditionalCondition(ICondition pCondition)
Sets the additional condition, that is combined with And. |
void |
setLinkReference(ReferenceDefinition pReferenceDefinition)
Sets reference definition that defines the link. |
void |
setPopupSize(IDimension pPopupSize)
Sets the size of the Popup window using a Dimension object. |
void |
setSearchColumnMapping(ColumnMapping pSearchColumnNames)
Sets search columns for which should be searched in the linked cell. |
void |
setSearchTextAnywhere(boolean pSearchTextAnywhere)
True, if the text is searched anywhere. |
void |
setSortByColumnName(boolean pSortByColumnName)
True, if the linked cell editor should sort by the column name it is editing. |
void |
setTableHeaderVisible(boolean pTableHeaderVisible)
Sets the table header visible. |
void |
setTableReadonly(boolean pTableReadonly)
Sets the table in the popup readonly. |
void |
setValidationEnabled(boolean pValidationEnabled)
Sets true, if only values from the table are allowed. |
Methods inherited from interface javax.rad.ui.celleditor.IComboCellEditor |
---|
isAutoOpenPopup, setAutoOpenPopup |
Methods inherited from interface javax.rad.ui.celleditor.IInplaceCellEditor |
---|
getPreferredEditorMode, setPreferredEditorMode |
Methods inherited from interface javax.rad.model.ui.ICellEditor |
---|
createCellEditorHandler, isDirectCellEditor |
Methods inherited from interface javax.rad.ui.IAlignmentConstants |
---|
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment |
Method Detail |
---|
ReferenceDefinition getLinkReference()
void setLinkReference(ReferenceDefinition pReferenceDefinition)
pReferenceDefinition
- the link reference definition.ICondition getAdditionalCondition()
void setAdditionalCondition(ICondition pCondition)
pCondition
- the additional condition.ColumnMapping getSearchColumnMapping()
void setSearchColumnMapping(ColumnMapping pSearchColumnNames)
pSearchColumnNames
- search columns for which should be searched in the linked cell.boolean isSortByColumnName()
void setSortByColumnName(boolean pSortByColumnName)
pSortByColumnName
- true, if the linked cell editor should sort by the column name it is editing.boolean isTableReadonly()
void setTableReadonly(boolean pTableReadonly)
pTableReadonly
- sets the table in the popup readonly.boolean isTableHeaderVisible()
void setTableHeaderVisible(boolean pTableHeaderVisible)
pTableHeaderVisible
- the table header visible.boolean isValidationEnabled()
void setValidationEnabled(boolean pValidationEnabled)
pValidationEnabled
- true, if only values from the table are allowed.boolean isSearchTextAnywhere()
void setSearchTextAnywhere(boolean pSearchTextAnywhere)
pSearchTextAnywhere
- True, if the text is searched anywhere.IDimension getPopupSize()
Dimension
object.
Null means, that the Popup window opens with preferredSize.
void setPopupSize(IDimension pPopupSize)
Dimension
object.
Null means, that the Popup window opens with preferredSize.
pPopupSize
- the Popup size of.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |