|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITree
Platform and technology independent tree definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
| Method Summary | |
|---|---|
ICellFormatter |
getCellFormatter()
Gets the cell formatter. |
IDataBook[] |
getDataBooks()
Returns the DataBooks displayed by this control. |
INodeFormatter |
getNodeFormatter()
Gets the node formatter. |
void |
setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter. |
void |
setCellFormatter(Object pCellFormatter,
String pMethodName)
Sets the cell formatter. |
void |
setDataBooks(IDataBook... pDataBooks)
Sets the DataBooks displayed by this control. |
void |
setNodeFormatter(INodeFormatter pNodeFormatter)
Sets the node formatter. |
void |
setNodeFormatter(Object pNodeFormatter,
String pMethodName)
Sets the node formatter. |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Methods inherited from interface javax.rad.model.ui.IControl |
|---|
cancelEditing, getTranslation, notifyRepaint, saveEditing, setTranslation |
| Method Detail |
|---|
IDataBook[] getDataBooks()
setDataBooks(javax.rad.model.IDataBook...)void setDataBooks(IDataBook... pDataBooks)
pDataBooks - the DataBooksgetDataBooks()ICellFormatter getCellFormatter()
void setCellFormatter(ICellFormatter pCellFormatter)
pCellFormatter - the cell formatter.
void setCellFormatter(Object pCellFormatter,
String pMethodName)
pCellFormatter - the cell formatter.pMethodName - the method name.INodeFormatter getNodeFormatter()
void setNodeFormatter(INodeFormatter pNodeFormatter)
pNodeFormatter - the node formatter.
void setNodeFormatter(Object pNodeFormatter,
String pMethodName)
pNodeFormatter - the node formatter.pMethodName - the method name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||