|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.ui.model.imp.ClientHandlerImp
com.cc.framework.ui.model.imp.ColumnDesignModelImp
Designmodel for columns
| Field Summary | |
private boolean |
ajax
set to true to enable AJAX. |
private DeferredValue |
alignment
The alignment of the column |
private DeferredValue |
anchor
Anchor Attribute |
private DeferredValue |
anchorProperty
Name of the Property to acquire the Anchor-Attribute |
private Converter |
converter
The converter that should be used to convert Java Objects into their localized String representation. |
private java.util.ArrayList |
designRules
Design rules |
private DeferredValue |
disabled
Indicates if this column is disabled |
private DeferredValue |
disableProperty
The property which should be used to disable the column |
private DeferredValue |
editable
Indicates if this column is editable |
private DeferredValue |
editableProperty
The property which should be used to make the column editable or not |
private DeferredValue |
enableProperty
Field enableProperty |
private DeferredEnvironment |
env
Expression Language Environment. |
private DeferredValue |
filter
Specifies if all String should be converted into there HTML representation |
private ColumnHeaderDesignModel |
header
The columns header |
private ImageMap |
imagemap
An ImageMap for label images |
private DeferredValue |
imageProperty
Name of the property which returns a expression/string used to identify an image in the ImageMap. |
private DeferredValue |
joinMode
Indicates if this column should be joined with the previous column |
private DeferredValue |
linkName
The anchor name to be defined within this page, so that you can reference it with intra-page Hyperlinks. |
private DeferredValue |
linkNameProperty
Name of the Property to acquire the Anchor name-Attribute |
private DeferredValue |
maxLength
Maximum number of visible characters |
private DeferredValue |
permission
Permissions to access this Column |
private DeferredValue |
property
The name of the property for the column which indicates which data to show. |
private RunAt |
runat
Indicates if the control works with or without server round trips |
private static long |
serialVersionUID
Serial Version UID |
private boolean |
sortable
Indicates if this column can be sorted |
private DeferredValue |
style
CSS styles to be applied to this HTML element |
private DeferredValue |
styleClass
CSS Stylesheet class to be applied to this HTML element |
private DeferredValue |
styleId
Identifier to be assigned to this HTML element |
private DeferredValue |
target
Target Attribute |
private DeferredValue |
targetProperty
Name of the Property to acquire the Target-Attribute |
private DeferredValue |
tooltip
Static tooltip Attribute |
private DeferredValue |
tooltipProperty
Name of the Property to acquire the Tooltip-Attribute |
private boolean |
transaction
Directs the framework to include a transaction token (if any) in all generated Hyperlinks for this column. |
private java.lang.String |
type
The columns property class name |
private DeferredValue |
width
The width of the column |
| Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
|
| Constructor Summary | |
ColumnDesignModelImp()
Constructor for ColumnDesignModelImp |
|
| Method Summary | |
void |
addDesignRule(DesignRule rule)
Adds a new design rule to the column |
boolean |
allowAjaxRendering()
This method decides whether this column instance has enough information to be rendered as part of an AJAX response. |
void |
enableAjax(boolean enable)
Enables or disables the AJAX behavior of the element |
boolean |
filter()
Returns if the filter is activated (default=true). |
AlignmentType |
getAlignment()
Returns the alignment for the column |
java.lang.String |
getAnchor()
Returns the anchor that will be appended to all Hyperlinks for this column. |
java.lang.String |
getAnchorProperty()
Returns the anchor property for the column. |
Converter |
getConverter()
Returns the the Converter that should be used to convert Java Objects into their localized String representation. |
DesignRule[] |
getDesignRules()
Returns the design rules for this column |
java.lang.String |
getDisableProperty()
Retrieves the property which should be used to disable the column |
java.lang.String |
getEditableProperty()
Retrieves the property which should be used to make the column editable or not |
java.lang.String |
getEnableProperty()
Liefert den Namen der Eigenschaft, welche die Spaltendaten ermittelt, zurück |
DeferredEnvironment |
getEnvironment()
retrieves the current EL Environment for the current row |
java.lang.String |
getHandler(ClientEvent event)
Returns the script handler which was associated for a client event |
ColumnHeaderDesignModel |
getHeader()
Returns the columns header design model |
ImageMap |
getImageMap()
Returns the ImageMap |
java.lang.String |
getImageProperty()
Returns the Property which should be used to identify an Image in an ImageMap |
JoinMode |
getJoinMode()
Returns true when the column should be joined with the
previous column. |
java.lang.String |
getLinkName()
The anchor name to be defined within this page, so that you can reference it with intra-page hyperlinks. |
java.lang.String |
getLinkNameProperty()
Returns the anchor name property for the column. |
int |
getMaxLength()
Returns the maximal number of input characters which can be inserted into the text field. |
Permission |
getPermission()
Returns the authorizations required to access an object If the method returns null no access rights is required. |
java.lang.String |
getProperty()
Returns the name of the property which holds the data for the column |
RunAt |
getRunAt()
Returns if the Control works with or without server round trips. |
java.lang.String |
getStyle()
Returns the CSS styles for this column. |
java.lang.String |
getStyleClass()
Returns the CSS Stylesheet class |
java.lang.String |
getStyleId()
Returns the Identifier assigned to this column. |
java.lang.String |
getTarget()
Returns where the document referenced will appear. |
java.lang.String |
getTargetProperty()
Returns the target property for the column. |
java.lang.String |
getTitle()
Returns the title of the column |
java.lang.String |
getTooltip()
Returns the static tooltip text |
java.lang.String |
getTooltipProperty()
Returns the property used to access the tooltip. |
boolean |
getTransaction()
Checks if the framework should include a transaction token (if any) in all generated hyperlinks for this column. |
java.lang.String |
getType()
Returns the columns property class name |
java.lang.String |
getWidth()
Returns the width of the control |
boolean |
isAjaxEnabled()
This method checks if the element should send AJAX requests to the server |
boolean |
isDisabled()
Returns the disabled state of the column |
boolean |
isEditable()
Returns the edit state of the column |
boolean |
isSortable()
Returns true if the column can be sorted. |
void |
setAlignment(AlignmentType alignment)
Sets the alignment for the column |
void |
setAlignment(java.lang.String alignment)
Sets the alignment for the column |
void |
setAnchor(java.lang.String anchor)
Sets the anchor that should be appended to all Hyperlinks for this column. |
void |
setAnchorProperty(java.lang.String anchorProperty)
Sets the name of the property where the value for the anchor attribute can be found in the data model. |
void |
setConverter(Converter converter)
Sets the Converter that should be used to convert Java Objects into their localized String representation. |
void |
setDisabled(boolean disabled)
Disablea the column |
void |
setDisabled(java.lang.String disabled)
Disables the column |
void |
setDisableProperty(java.lang.String property)
Sets the property which should be used to disable the column |
void |
setEditable(boolean editable)
Sets the column editable |
void |
setEditable(java.lang.String editable)
Sets the column editable |
void |
setEditableProperty(java.lang.String property)
Sets the property which should be used to make the column editable or not |
void |
setEnableProperty(java.lang.String property)
Setzt den Namen der Eigenschaft mit deren Hilfe der Spaltenwert bestimmt werden kann. |
void |
setEnvironment(DeferredEnvironment env)
Sets the EL Environment to evaluate EL Expressions in the context of the current row bean |
void |
setFilter(boolean filter)
Activates the HTML encoding (filter). |
void |
setFilter(java.lang.String filter)
Activates the HTML encoding (filter). |
void |
setHeader(ColumnHeaderDesignModel header)
Sets the columns header design model |
void |
setImageMap(ImageMap map)
Assigns an ImageMap to the Column |
void |
setImageProperty(java.lang.String property)
Sets the Property which should be used to identify an Image in an ImageMap |
void |
setJoinMode(JoinMode joinMode)
Set to true if the column should be joined with the
previous column. |
void |
setJoinMode(java.lang.String joinMode)
Joins the column with the previous column |
void |
setLinkName(java.lang.String linkName)
Sets the anchor name to be defined within this page, so that you can reference it with intra-page hyperlinks. |
void |
setLinkNameProperty(java.lang.String linkNameProperty)
Sets the name of the property where the value for the anchor name attribute can be found in the data model. |
void |
setMaxLength(int maxLength)
Sets the maximal number of input characters which can be inserted into the text field. |
void |
setMaxLength(java.lang.String maxLength)
Sets the maximal number of input characters which can be inserted into the text field. |
void |
setPermission(Permission permission)
Sets a list with permissions needed to access this object. |
void |
setPermission(java.lang.String permission)
Sets a list with permissions needed to access this object. |
void |
setProperty(java.lang.String property)
Sets the name of the property which holds the data for the column |
void |
setRunAt(RunAt location)
Defines if the Control works with or without server round trips. |
void |
setSortable(boolean sortable)
Set to true if the column should be sortable. |
void |
setStyle(java.lang.String style)
Sets the CSS styles to be applied to this column. |
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS Stylesheet class |
void |
setStyleId(java.lang.String id)
Identifier to be assigned to this column. |
void |
setTarget(java.lang.String target)
Sets the target where the document referenced will appear. |
void |
setTargetProperty(java.lang.String targetProperty)
Sets the name of the property where the value for the target attribute can be found in the data model. |
void |
setTitle(java.lang.String title)
Sets the title of the column |
void |
setTooltip(java.lang.String tooltip)
Sets the static tooltip text. |
void |
setTooltipProperty(java.lang.String tooltipProperty)
Sets the property which should be used to read the text for a tooltip. |
void |
setTransaction(boolean transaction)
Directs the framework to include a transaction token (if any) in all generated hyperlinks for this column. |
void |
setType(java.lang.String type)
Sets the type of the row bean |
void |
setWidth(int width)
Sets the width of the column |
void |
setWidth(java.lang.String width)
Sets the width of the column |
boolean |
show(Principal principal)
Checks if the Object has a required permission. |
| Methods inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
evaluate, getHandlers, setHandler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.cc.framework.ui.model.ClientHandler |
getHandlers, setHandler |
| Field Detail |
private static final long serialVersionUID
private transient DeferredEnvironment env
private java.lang.String type
private ColumnHeaderDesignModel header
private RunAt runat
private java.util.ArrayList designRules
private ImageMap imagemap
private boolean sortable
private boolean transaction
private boolean ajax
true to enable AJAX.
private DeferredValue property
private DeferredValue enableProperty
private DeferredValue editable
private DeferredValue editableProperty
private DeferredValue disabled
private DeferredValue disableProperty
private DeferredValue imageProperty
private DeferredValue permission
private Converter converter
private DeferredValue width
private DeferredValue maxLength
private DeferredValue alignment
private DeferredValue styleId
private DeferredValue styleClass
private DeferredValue style
private DeferredValue filter
private DeferredValue target
private DeferredValue targetProperty
private DeferredValue tooltip
private DeferredValue tooltipProperty
private DeferredValue anchor
private DeferredValue anchorProperty
private DeferredValue linkName
private DeferredValue linkNameProperty
private DeferredValue joinMode
| Constructor Detail |
public ColumnDesignModelImp()
| Method Detail |
public void setEnvironment(DeferredEnvironment env)
setEnvironment in interface ColumnDesignModelenv - Environmentpublic DeferredEnvironment getEnvironment()
getEnvironment in interface ColumnDesignModelnullpublic boolean isEditable()
ColumnDesignModel
isEditable in interface ColumnDesignModeltrue if this column is editableColumnDesignModel.isEditable()public void setEditable(boolean editable)
setEditable in interface ColumnDesignModeleditable - true to set the column editableColumnDesignModel.setEditable(boolean)public void setEditable(java.lang.String editable)
setEditable in interface ColumnDesignModeleditable - true to set the column editableColumnDesignModel.setEditable(java.lang.String)public java.lang.String getEditableProperty()
ColumnDesignModel
getEditableProperty in interface ColumnDesignModelnullColumnDesignModel.getEditableProperty()public void setEditableProperty(java.lang.String property)
ColumnDesignModel
setEditableProperty in interface ColumnDesignModelproperty - the property nameColumnDesignModel.setEditableProperty(java.lang.String)public boolean isDisabled()
ColumnDesignModel
isDisabled in interface ColumnDesignModeltrue if this column is disabledColumnDesignModel.isDisabled()public void setDisabled(boolean disabled)
setDisabled in interface ColumnDesignModeldisabled - true to set the column disabledColumnDesignModel.setDisabled(boolean)public void setDisabled(java.lang.String disabled)
setDisabled in interface ColumnDesignModeldisabled - true to set the column disabledColumnDesignModel.setDisabled(java.lang.String)public java.lang.String getDisableProperty()
ColumnDesignModel
getDisableProperty in interface ColumnDesignModelnullColumnDesignModel.getDisableProperty()public void setDisableProperty(java.lang.String property)
ColumnDesignModel
setDisableProperty in interface ColumnDesignModelproperty - the property nameColumnDesignModel.setDisableProperty(java.lang.String)public java.lang.String getType()
getType in interface ColumnDesignModelpublic void setType(java.lang.String type)
setType in interface ColumnDesignModeltype - The type of the row beanpublic AlignmentType getAlignment()
ColumnDesignModel
getAlignment in interface ColumnDesignModelColumnDesignModel.getAlignment()public void setAlignment(AlignmentType alignment)
ColumnDesignModel
setAlignment in interface ColumnDesignModelalignment - The alignmentColumnDesignModel.setAlignment(AlignmentType)public void setAlignment(java.lang.String alignment)
ColumnDesignModel
setAlignment in interface ColumnDesignModelalignment - The alignmentColumnDesignModel.setAlignment(java.lang.String)public java.lang.String getWidth()
ColumnDesignModel
getWidth in interface ColumnDesignModelColumnDesignModel.getWidth()public void setWidth(int width)
ColumnDesignModel
setWidth in interface ColumnDesignModelwidth - The width of the controlColumnDesignModel.setWidth(int)public void setWidth(java.lang.String width)
ColumnDesignModel
setWidth in interface ColumnDesignModelwidth - The width of the controlColumnDesignModel.setWidth(String)public int getMaxLength()
ColumnDesignModel
getMaxLength in interface ColumnDesignModelColumnDesignModel.getMaxLength()public void setMaxLength(int maxLength)
ColumnDesignModel
setMaxLength in interface ColumnDesignModelmaxLength - Maximum number of input characters to acceptColumnDesignModel.setMaxLength(int)public void setMaxLength(java.lang.String maxLength)
ColumnDesignModel
setMaxLength in interface ColumnDesignModelmaxLength - Maximum number of input characters to acceptColumnDesignModel.setMaxLength(java.lang.String)public java.lang.String getProperty()
ColumnDesignModel
getProperty in interface ColumnDesignModelColumnDesignModel.getProperty()public void setProperty(java.lang.String property)
ColumnDesignModel
setProperty in interface ColumnDesignModelproperty - The name of the property.ColumnDesignModel.setProperty(String)public boolean isSortable()
ColumnDesignModel
isSortable in interface ColumnDesignModeltrue if the column is sortable, false
otherwise.ColumnDesignModel.isSortable()public void setSortable(boolean sortable)
ColumnDesignModeltrue if the column should be sortable.
setSortable in interface ColumnDesignModelsortable - true if the column should be sortable.ColumnDesignModel.setSortable(boolean)public java.lang.String getEnableProperty()
ColumnDesignModel
getEnableProperty in interface ColumnDesignModelColumnDesignModel.getEnableProperty()public void setEnableProperty(java.lang.String property)
ColumnDesignModel
setEnableProperty in interface ColumnDesignModelproperty - Der Name der EigenschaftColumnDesignModel.setEnableProperty(String)public void setStyleId(java.lang.String id)
ColumnDesignModel
setStyleId in interface ColumnDesignModelid - The identifier to be assigned to this column.ColumnDesignModel.setStyleId(String id)public java.lang.String getStyleId()
ColumnDesignModel
getStyleId in interface ColumnDesignModelColumnDesignModel.getStyleId()public Permission getPermission()
AccessControllednull no access rights is required.
getPermission in interface AccessControlledAccessControlled.getPermission()public void setPermission(Permission permission)
ColumnDesignModel
setPermission in interface ColumnDesignModelpermission - PermissionColumnDesignModel.setPermission(com.cc.framework.security.Permission)public void setPermission(java.lang.String permission)
ColumnDesignModel
setPermission in interface ColumnDesignModelpermission - PermissionColumnDesignModel.setPermission(java.lang.String)public boolean show(Principal principal)
AccessControlled
show in interface AccessControlledprincipal - the users principal object
true if the permission existsAccessControlled.show(Principal)public boolean filter()
ColumnDesignModel
filter in interface ColumnDesignModeltrue if string will be HTML encoded;
false otherwiseColumnDesignModel.filter()public void setFilter(boolean filter)
ColumnDesignModel
setFilter in interface ColumnDesignModelfilter - true if strings should be HTML encoded; false
otherwiseColumnDesignModel.setFilter(boolean)public void setFilter(java.lang.String filter)
ColumnDesignModel
setFilter in interface ColumnDesignModelfilter - true if strings should be HTML encoded; false
otherwiseColumnDesignModel.setFilter(java.lang.String)public void setStyleClass(java.lang.String styleClass)
ColumnDesignModel
setStyleClass in interface ColumnDesignModelstyleClass - The CSS Stylesheet classColumnDesignModel.setStyleClass(java.lang.String)public java.lang.String getStyleClass()
ColumnDesignModel
getStyleClass in interface ColumnDesignModelColumnDesignModel.getStyleClass()public void setStyle(java.lang.String style)
ColumnDesignModel
setStyle in interface ColumnDesignModelstyle - The CSS styles for this column.ColumnDesignModel.setStyle(java.lang.String)public java.lang.String getStyle()
ColumnDesignModel
getStyle in interface ColumnDesignModelColumnDesignModel.getStyle()public void setRunAt(RunAt location)
ColumnDesignModel
setRunAt in interface ColumnDesignModellocation - RunAtColumnDesignModel.setRunAt(RunAt)public RunAt getRunAt()
ColumnDesignModel
getRunAt in interface ColumnDesignModelColumnDesignModel.getRunAt()public void setTarget(java.lang.String target)
ColumnDesignModel
setTarget in interface ColumnDesignModeltarget - The target where the document referenced will appearColumnDesignModel.setTarget(String)public java.lang.String getTarget()
ColumnDesignModel
getTarget in interface ColumnDesignModelColumnDesignModel.getTarget()public void setTargetProperty(java.lang.String targetProperty)
ColumnDesignModel
setTargetProperty in interface ColumnDesignModeltargetProperty - The target attribute to setColumnDesignModel.setTargetProperty(String)public java.lang.String getTargetProperty()
ColumnDesignModel
getTargetProperty in interface ColumnDesignModelColumnDesignModel.getTargetProperty()public java.lang.String getImageProperty()
ColumnDesignModel
getImageProperty in interface ColumnDesignModelColumnDesignModel.getImageProperty()public void setImageProperty(java.lang.String property)
ColumnDesignModel
setImageProperty in interface ColumnDesignModelproperty - PropertyColumnDesignModel.setImageProperty(java.lang.String)public void setImageMap(ImageMap map)
ColumnDesignModel
setImageMap in interface ColumnDesignModelmap - ImageMapColumnDesignModel.setImageMap(com.cc.framework.ui.ImageMap)public ImageMap getImageMap()
ColumnDesignModel
getImageMap in interface ColumnDesignModelColumnDesignModel.getImageMap()public java.lang.String getTooltip()
ColumnDesignModel
getTooltip in interface ColumnDesignModelColumnDesignModel.getTooltip()public void setTooltip(java.lang.String tooltip)
ColumnDesignModel
setTooltip in interface ColumnDesignModeltooltip - Tooltip textColumnDesignModel.setTooltip(java.lang.String)public java.lang.String getTooltipProperty()
ColumnDesignModel
getTooltipProperty in interface ColumnDesignModelColumnDesignModel.getTooltipProperty()public void setTooltipProperty(java.lang.String tooltipProperty)
ColumnDesignModel
setTooltipProperty in interface ColumnDesignModeltooltipProperty - The Target AttributeColumnDesignModel.setTooltipProperty(java.lang.String)public ColumnHeaderDesignModel getHeader()
ColumnDesignModel
getHeader in interface ColumnDesignModelColumnDesignModel.getHeader()public void setHeader(ColumnHeaderDesignModel header)
ColumnDesignModel
setHeader in interface ColumnDesignModelheader - Design modelColumnDesignModel.setHeader(com.cc.framework.ui.model.ColumnHeaderDesignModel)public java.lang.String getTitle()
ColumnDesignModel
getTitle in interface ColumnDesignModelColumnDesignModel.getTitle()public void setTitle(java.lang.String title)
ColumnDesignModel
setTitle in interface ColumnDesignModeltitle - The title of the columnColumnDesignModel.setTitle(String)public void addDesignRule(DesignRule rule)
ColumnDesignModel
addDesignRule in interface ColumnDesignModelrule - Design ruleColumnDesignModel.addDesignRule(com.cc.framework.ui.model.DesignRule)public DesignRule[] getDesignRules()
ColumnDesignModel
getDesignRules in interface ColumnDesignModelColumnDesignModel.getDesignRules()public java.lang.String getHandler(ClientEvent event)
ClientHandler
getHandler in interface ClientHandlergetHandler in class ClientHandlerImpClientHandler.getHandler(com.cc.framework.ui.model.ClientEvent)public boolean getTransaction()
ColumnDesignModel
getTransaction in interface ColumnDesignModeltrue if the transaction token should be generatedColumnDesignModel.getTransaction()public void setTransaction(boolean transaction)
ColumnDesignModel
setTransaction in interface ColumnDesignModeltransaction - include transaction tokenColumnDesignModel.setTransaction(boolean)public boolean isAjaxEnabled()
ActionBehavior
isAjaxEnabled in interface ActionBehaviortrue when the control should send AJAX
requests.ActionBehavior.isAjaxEnabled()public void enableAjax(boolean enable)
AjaxSupport
enableAjax in interface AjaxSupportenable - set to true to enable AJAX.AjaxSupport.enableAjax(boolean)public Converter getConverter()
ColumnDesignModelThe Converter is set for all rows of the columns. It is not possible to set individual converters for each row in a column!
getConverter in interface ColumnDesignModelnullSee Also:ColumnDesignModel.getConverter()public void setConverter(Converter converter)
ColumnDesignModelThe Converter is set for all rows of the columns. It is not possible to set individual converters for each row in a column!
setConverter in interface ColumnDesignModelconverter - Converters instanceColumnDesignModel.setConverter(com.cc.framework.convert.Converter)public java.lang.String getAnchor()
ColumnDesignModel
getAnchor in interface ColumnDesignModelColumnDesignModel.getAnchor()public java.lang.String getAnchorProperty()
ColumnDesignModel
getAnchorProperty in interface ColumnDesignModelColumnDesignModel.getAnchorProperty()public void setAnchor(java.lang.String anchor)
ColumnDesignModel
setAnchor in interface ColumnDesignModelanchor - The anchorColumnDesignModel.setAnchor(java.lang.String)public void setAnchorProperty(java.lang.String anchorProperty)
ColumnDesignModel
setAnchorProperty in interface ColumnDesignModelanchorProperty - The anchor attribute to setColumnDesignModel.setAnchorProperty(java.lang.String)public java.lang.String getLinkName()
ColumnDesignModel
getLinkName in interface ColumnDesignModelColumnDesignModel.getLinkName()public java.lang.String getLinkNameProperty()
ColumnDesignModel
getLinkNameProperty in interface ColumnDesignModelColumnDesignModel.getLinkNameProperty()public void setLinkName(java.lang.String linkName)
ColumnDesignModel
setLinkName in interface ColumnDesignModellinkName - The link nameColumnDesignModel.setLinkName(java.lang.String)public void setLinkNameProperty(java.lang.String linkNameProperty)
ColumnDesignModel
setLinkNameProperty in interface ColumnDesignModellinkNameProperty - The anchor name attribute to setColumnDesignModel.setLinkNameProperty(java.lang.String)public JoinMode getJoinMode()
ColumnDesignModeltrue when the column should be joined with the
previous column.
getJoinMode in interface ColumnDesignModelColumnDesignModel.getJoinMode()public void setJoinMode(JoinMode joinMode)
ColumnDesignModeltrue if the column should be joined with the
previous column.
setJoinMode in interface ColumnDesignModeljoinMode - true if the column should be joined.ColumnDesignModel.setJoinMode(com.cc.framework.ui.JoinMode)public void setJoinMode(java.lang.String joinMode)
setJoinMode in interface ColumnDesignModeljoinMode - true if the column should be joined.ColumnDesignModel.setJoinMode(java.lang.String)public boolean allowAjaxRendering()
ColumnDesignModel
allowAjaxRendering in interface ColumnDesignModeltrue when the column can be rendered in an
AJAX responseColumnDesignModel.allowAjaxRendering()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||