|
com.im.ijc.widgets/1 5.9.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.ijc.widgets.abstractwidget.FieldHelper
public final class FieldHelper
| Method Summary | |
|---|---|
static Object |
getCurrentValue(DFResultSet.VertexState vs,
DFField f)
Calls getCurrentValue(DFResultSet.VertexState, DFField, boolean) with false for
useSubSelection parameter. |
static Object |
getCurrentValue(DFResultSet.VertexState vs,
DFField f,
boolean useSubSelection)
Gets a displayable value for a field matching to a vertex state. |
static Map<String,Object> |
getCurrentValues(DFResultSet.VertexState vs,
List<DFField> fields)
Gets value of currently selected row in vertex state. |
static boolean |
storeValue(DFField field,
Object newValue,
DFResultSet.VertexState vertexState,
SelectionDescription selection,
DFUndoConfig undoConfig)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Object getCurrentValue(DFResultSet.VertexState vs,
DFField f)
getCurrentValue(DFResultSet.VertexState, DFField, boolean) with false for
useSubSelection parameter.
public static Object getCurrentValue(DFResultSet.VertexState vs,
DFField f,
boolean useSubSelection)
vs - vertex statef - queried fielduseSubSelection - whether to use given selection or its subselection
SpecialWidgetValue constants.
public static Map<String,Object> getCurrentValues(DFResultSet.VertexState vs,
List<DFField> fields)
vs - vertex state
public static boolean storeValue(DFField field,
Object newValue,
DFResultSet.VertexState vertexState,
SelectionDescription selection,
DFUndoConfig undoConfig)
|
com.im.ijc.widgets/1 5.9.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||