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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 interface- org.apache.wicket.markup.html.form.IChoiceRenderer<SRecordInstance>
 
- 
getIdValue- Specified by:
- getIdValuein interface- org.apache.wicket.markup.html.form.IChoiceRenderer<SRecordInstance>
 
- 
getDescriptionValueDescription copied from interface:IDescriptiveChoiceRendererReturn the description for the given choice, if any.- Specified by:
- getDescriptionValuein interface- IDescriptiveChoiceRenderer<SRecordInstance>
 
 
-