ColumnDefinition
instead.@Deprecated public interface ColumnDefinition
WorkbenchDefinition
,
Upgrading to Magnolia 6.2.xModifier and Type | Method and Description |
---|---|
float |
getExpandRatio()
Deprecated.
Expand ratios can be defined to customize the way how excess space is divided among columns.
|
Class<? extends ColumnFormatter> |
getFormatterClass()
Deprecated.
|
String |
getLabel()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getPropertyName()
Deprecated.
|
Class<? extends ColumnAvailabilityRule> |
getRuleClass()
Deprecated.
Returns the AvailabilityRule object for this subject.
|
Class<?> |
getType()
Deprecated.
|
int |
getWidth()
Deprecated.
Sets columns width (in pixels).
|
boolean |
isDisplayInChooseDialog()
Deprecated.
|
boolean |
isEditable()
Deprecated.
Returns whether this column should be editable if workbench uses inplace editing.
|
boolean |
isEnabled()
Deprecated.
If false - the column will not be displayed.
|
boolean |
isSearchable()
Deprecated.
Returns whether this column and therefore the underlying JCR property it represents is to be
included in searches.
|
boolean |
isSortable()
Deprecated.
|
String getName()
String getPropertyName()
String getLabel()
int getWidth()
getExpandRatio()
.float getExpandRatio()
getWidth()
) or with natural width (no width nor expand
ratio).boolean isSortable()
Class<? extends ColumnFormatter> getFormatterClass()
Class<?> getType()
boolean isDisplayInChooseDialog()
boolean isSearchable()
true
by default.boolean isEditable()
WorkbenchDefinition.isEditable()
boolean isEnabled()
Class<? extends ColumnAvailabilityRule> getRuleClass()
Copyright © 2020 Magnolia International Ltd.. All rights reserved.