|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinMode | |
com.cc.framework.ui | |
com.cc.framework.ui.model | |
com.cc.framework.ui.model.imp | |
com.cc.framework.ui.model.value | |
com.cc.framework.ui.painter.def |
Uses of JoinMode in com.cc.framework.ui |
Fields in com.cc.framework.ui declared as JoinMode | |
static JoinMode |
JoinMode.NONE
do not join elements |
static JoinMode |
JoinMode.SEPARATOR
join two adjacent elements by adding a separator |
static JoinMode |
JoinMode.CONCATENATE
join two adjacent elements without any spacing |
private static JoinMode[] |
JoinMode.ALL
Collection with all kinds of join modes |
Methods in com.cc.framework.ui that return JoinMode | |
static JoinMode |
JoinMode.parse(java.lang.String code)
Creates for the argument an object of type ColumnJoinMode |
static JoinMode |
JoinMode.valueOf(boolean b)
Maps a boolean value to a JoinMode |
Uses of JoinMode in com.cc.framework.ui.model |
Methods in com.cc.framework.ui.model that return JoinMode | |
JoinMode |
ColumnDesignModel.getJoinMode()
Returns true when the column should be joined with the
previous column. |
Methods in com.cc.framework.ui.model with parameters of type JoinMode | |
void |
ColumnDesignModel.setJoinMode(JoinMode joinmode)
Set to true if the column should be joined with the
previous column. |
Uses of JoinMode in com.cc.framework.ui.model.imp |
Methods in com.cc.framework.ui.model.imp that return JoinMode | |
JoinMode |
ColumnDesignModelImp.getJoinMode()
|
Methods in com.cc.framework.ui.model.imp with parameters of type JoinMode | |
void |
ColumnDesignModelImp.setJoinMode(JoinMode joinMode)
|
Uses of JoinMode in com.cc.framework.ui.model.value |
Methods in com.cc.framework.ui.model.value that return JoinMode | |
static JoinMode |
DeferredValue.toJoinMode(DeferredValue value,
DeferredEnvironment env)
Converts the given deferred value to a JoinMode object |
JoinMode |
DeferredValue.toJoinMode(DeferredEnvironment env)
Converts the deferred value to a JoinMode object |
Uses of JoinMode in com.cc.framework.ui.painter.def |
Fields in com.cc.framework.ui.painter.def declared as JoinMode | |
private JoinMode |
CellPainterContext.joinMode
This flag indicates a joined column |
Methods in com.cc.framework.ui.painter.def that return JoinMode | |
JoinMode |
CellPainterContext.getJoinMode()
|
Methods in com.cc.framework.ui.painter.def with parameters of type JoinMode | |
void |
CellPainterContext.setJoinMode(JoinMode joinMode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |