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
Modifier and TypeClassDescriptionstatic class
Parameters for editor provider -
Field Summary
Modifier and TypeFieldDescriptionprotected Class<?>
protected Object
The header value of the column.protected boolean
Deprecated, for removal: This API element is subject to removal in a future version.protected int
Deprecated, for removal: This API element is subject to removal in a future version.protected int
Deprecated, for removal: This API element is subject to removal in a future version.protected String
protected int
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDefault constructorWTableColumn
(int width) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionint
Class<?>
Returns theObject
used as the value for the header renderer.int
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.int
getWidth()
Deprecated, for removal: This API element is subject to removal in a future version.void
setAD_Reference_ID
(int AD_Reference_ID) void
setColumnClass
(Class<?> columnClass) void
Set optional editor provider for columnvoid
setHeaderValue
(Object headerValue) Sets theObject
whose string representation will be used as the value for theheaderRenderer
.void
setMaxWidth
(int maxWidth) Deprecated, for removal: This API element is subject to removal in a future version.void
setMinWidth
(int minWidth) Deprecated, for removal: This API element is subject to removal in a future version.void
setPreferredWidth
(int preferredWidth) Deprecated, for removal: This API element is subject to removal in a future version.void
setResizable
(boolean isResizable) Deprecated, for removal: This API element is subject to removal in a future version.void
setTooltipText
(String tooltipText) void
setWidth
(int width) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
width
Deprecated, for removal: This API element is subject to removal in a future version. -
minWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
maxWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
isResizable
Deprecated, for removal: This API element is subject to removal in a future version. -
headerValue
The header value of the column. -
columnClass
-
tooltipText
-
-
Constructor Details
-
WTableColumn
public WTableColumn()Default constructor -
WTableColumn
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
width
-
-
-
Method Details
-
setHeaderValue
Sets theObject
whose string representation will be used as the value for theheaderRenderer
. When theWTableColumn
is created, the defaultheaderValue
isnull
.- Parameters:
headerValue
- the new headerValue- See Also:
-
getHeaderValue
Returns theObject
used as the value for the header renderer.- Returns:
- the
headerValue
property - See Also:
-
setWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
getWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
setPreferredWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
getPreferredWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
setMinWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
getMinWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
setMaxWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
getMaxWidth
Deprecated, for removal: This API element is subject to removal in a future version. -
setResizable
Deprecated, for removal: This API element is subject to removal in a future version. -
getResizable
Deprecated, for removal: This API element is subject to removal in a future version. -
getColumnClass
- Returns:
- Class
-
setColumnClass
- 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
-