Package org.adempiere.webui.component
Class WTableColumn
java.lang.Object
org.adempiere.webui.component.WTableColumn
Model for
WListbox column- Author:
- Andrew Kimball
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classParameters for editor provider -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintClass<?>Get theObjectused as the value for the header renderer.voidsetAD_Reference_ID(int AD_Reference_ID) voidsetColumnClass(Class<?> columnClass) Set column typevoidSet optional editor provider for columnvoidsetHeaderValue(Object headerValue) Sets theObjectwhose string representation will be used as the value for theheaderRenderer.voidsetTooltipText(String tooltipText)
-
Field Details
-
headerValue
The header value of the column. -
columnClass
-
tooltipText
-
-
Constructor Details
-
WTableColumn
public WTableColumn()Default constructor
-
-
Method Details
-
setHeaderValue
Sets theObjectwhose string representation will be used as the value for theheaderRenderer. When theWTableColumnis created, the defaultheaderValueisnull.- Parameters:
headerValue- the new headerValue- See Also:
-
getHeaderValue
Get theObjectused as the value for the header renderer.- Returns:
- the
headerValueproperty - See Also:
-
getColumnClass
- Returns:
- Class
-
setColumnClass
Set column type- Parameters:
columnClass-
-
getTooltipText
- Returns:
- tooltip text
-
setTooltipText
- Parameters:
tooltipText-
-
getAD_Reference_ID
public int getAD_Reference_ID()- Returns:
- AD_Reference_ID
-
setAD_Reference_ID
public void setAD_Reference_ID(int AD_Reference_ID) - Parameters:
AD_Reference_ID-
-
setEditorProvider
Set optional editor provider for column- Parameters:
provider- Function<EditorProviderParameters, WEditor>
-
getEditorProvider
- Returns:
- Function<EditorProviderParameters, WEditor> instance of null
-