|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.model.imp.ClientHandlerImp com.cc.framework.ui.model.imp.ColumnDesignModelImp com.cc.framework.ui.model.imp.ColumnImageDesignModelImp
Designmodel for image columns
Field Summary | |
private DeferredValue |
clickable
With this attribute, it is possible to specify whether the column should generate a hyperlink for the image. |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class com.cc.framework.ui.model.imp.ColumnDesignModelImp |
|
Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
|
Constructor Summary | |
ColumnImageDesignModelImp()
Constructor for ColumnImageDesignModelImp |
Method Summary | |
boolean |
isClickable()
Returns true if the Column supports the onClick event handler |
void |
setClickable(boolean clickable)
true if the column should support the OnClick-Handler |
void |
setClickable(java.lang.String clickable)
true if the column should support the OnClick-Handler |
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 |
getHandler, getHandlers, setHandler |
Methods inherited from interface com.cc.framework.ui.model.AccessControlled |
getPermission, show |
Methods inherited from interface com.cc.framework.ui.model.ActionBehavior |
isAjaxEnabled |
Methods inherited from interface com.cc.framework.ui.model.AjaxSupport |
enableAjax, isAjaxEnabled |
Field Detail |
private static final long serialVersionUID
private DeferredValue clickable
Constructor Detail |
public ColumnImageDesignModelImp()
Method Detail |
public boolean isClickable()
ColumnImageDesignModel
isClickable
in interface ColumnImageDesignModel
ColumnImageDesignModel.isClickable()
public void setClickable(boolean clickable)
ColumnImageDesignModel
setClickable
in interface ColumnImageDesignModel
clickable
- true
wenn das Image als Schaltfläche genutzt
werden sollColumnImageDesignModel.setClickable(boolean)
public void setClickable(java.lang.String clickable)
ColumnImageDesignModel
setClickable
in interface ColumnImageDesignModel
clickable
- true
wenn das Image als Schaltfläche genutzt
werden sollColumnImageDesignModel.setClickable(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |