Class RecordChoiceRenderer
java.lang.Object
com.inductiveautomation.ignition.gateway.web.models.RecordChoiceRenderer
- All Implemented Interfaces:
IDescriptiveChoiceRenderer<SRecordInstance>,Serializable,org.apache.wicket.markup.html.form.IChoiceRenderer<SRecordInstance>,org.apache.wicket.util.io.IClusterable
public class RecordChoiceRenderer
extends Object
implements IDescriptiveChoiceRenderer<SRecordInstance>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescriptionValue(SRecordInstance choice) Return the description for the given choice, if any.getDisplayValue(SRecordInstance object) getIdValue(SRecordInstance object, int index)
-
Field Details
-
NULL_ID
-
-
Constructor Details
-
RecordChoiceRenderer
-
-
Method Details
-
getDisplayValue
- Specified by:
getDisplayValuein interfaceorg.apache.wicket.markup.html.form.IChoiceRenderer<SRecordInstance>
-
getIdValue
- Specified by:
getIdValuein interfaceorg.apache.wicket.markup.html.form.IChoiceRenderer<SRecordInstance>
-
getDescriptionValue
Description copied from interface:IDescriptiveChoiceRendererReturn the description for the given choice, if any.- Specified by:
getDescriptionValuein interfaceIDescriptiveChoiceRenderer<SRecordInstance>
-