E
- public class AttributeMarker<E extends DataObject<E>,F extends SimpleDataEltType>
extends java.lang.Object
Constructor and Description |
---|
AttributeMarker(java.lang.String fieldname) |
Modifier and Type | Method and Description |
---|---|
protected SActionDataLoc<ArrayDataEltType<F>> |
getArrayDataLoc(SPageNode node,
SActionInputDataRef<ArrayDataEltType<F>> inputdataref)
a helper method to generate an action data loc for the attribute marker as a
multi-element array.
|
protected SActionDataLoc<F> |
getDataLoc(SPageNode node,
SActionInputDataRef<F> inputdataref)
a helper method to generate an action data loc for the attribute marker
|
protected SActionDataLoc<ArrayDataEltType<F>> |
getOneElementArrayDataLoc(SPageNode node,
SActionInputDataRef<ArrayDataEltType<F>> inputdataref)
a helper method to generate an action data loc for the attribute marker as a
one element array.
|
protected SActionDataLoc<F> getDataLoc(SPageNode node, SActionInputDataRef<F> inputdataref)
node
- page node to referenceinputdataref
- input attribute for the actionprotected SActionDataLoc<ArrayDataEltType<F>> getOneElementArrayDataLoc(SPageNode node, SActionInputDataRef<ArrayDataEltType<F>> inputdataref)
node
- page node to referenceinputdataref
- input attribute for the actionprotected SActionDataLoc<ArrayDataEltType<F>> getArrayDataLoc(SPageNode node, SActionInputDataRef<ArrayDataEltType<F>> inputdataref)
node
- page node to referenceinputdataref
- input attribute for the action