Uses of Class
ontopoly.models.FieldInstanceModel
-
Packages that use FieldInstanceModel Package Description ontopoly.components ontopoly.models ontopoly.pages ontopoly.validators -
-
Uses of FieldInstanceModel in ontopoly.components
Fields in ontopoly.components declared as FieldInstanceModel Modifier and Type Field Description protected FieldInstanceModel
AbstractFieldInstancePanel. fieldInstanceModel
protected FieldInstanceModel
FieldInstanceCreatePlayerPanel. fieldInstanceModel
Methods in ontopoly.components that return FieldInstanceModel Modifier and Type Method Description FieldInstanceModel
AbstractFieldInstancePanel. getFieldInstanceModel()
Methods in ontopoly.components that return types with arguments of type FieldInstanceModel Modifier and Type Method Description org.apache.wicket.markup.html.list.ListView<FieldInstanceModel>
FieldInstancesPanel. getFieldList()
Methods in ontopoly.components with parameters of type FieldInstanceModel Modifier and Type Method Description static Serializable
AbstractFieldInstancePanel. createErrorMessage(FieldInstanceModel fieldInstanceModel, Throwable t)
static Serializable
AbstractFieldInstancePanel. createErrorMessage(FieldInstanceModel fieldInstanceModel, org.apache.wicket.model.IModel<String> message)
protected org.apache.wicket.Component
FieldInstancesPanel. createFieldInstanceComponent(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean _traversable)
protected static String
AbstractFieldInstancePanel. createIdentifier(FieldInstanceModel fieldInstanceModel)
Constructors in ontopoly.components with parameters of type FieldInstanceModel Constructor Description AbstractFieldInstancePanel(String id, FieldInstanceModel fieldInstanceModel)
FieldInstanceAssociationBinaryEmbeddedPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable)
FieldInstanceAssociationBinaryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonlyField, boolean traversable)
FieldInstanceAssociationBinaryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonlyField, boolean embedded, boolean traversable)
FieldInstanceAssociationNaryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable, int arity)
FieldInstanceAssociationUnaryPanel(String id, FieldInstanceModel fieldInstanceModel, boolean readonly)
FieldInstanceCreatePlayerPanel(String id, FieldInstanceModel _fieldInstanceModel, FieldsViewModel fieldsViewModel, RoleFieldModel _roleFieldModel, AbstractFieldInstancePanel fieldInstancePanel, int createAction)
FieldInstanceErrorPanel(String id, FieldInstanceModel fieldInstanceModel, Exception e)
FieldInstanceIdentityPanel(String id, FieldInstanceModel fieldInstanceModel, boolean readonly)
FieldInstanceNamePanel(String id, FieldInstanceModel fieldInstanceModel, boolean readonly)
FieldInstanceOccurrencePanel(String id, FieldInstanceModel fieldInstanceModel, boolean readonly)
FieldInstanceQueryEmbeddedPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable)
FieldInstanceQueryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable)
FieldInstanceQueryPanel(String id, FieldInstanceModel fieldInstanceModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean embedded, boolean traversable)
Constructor parameters in ontopoly.components with type arguments of type FieldInstanceModel Constructor Description FieldInstancesPanel(String id, List<FieldInstanceModel> fieldInstanceModels, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable)
-
Uses of FieldInstanceModel in ontopoly.models
Methods in ontopoly.models that return FieldInstanceModel Modifier and Type Method Description FieldInstanceModel
FieldValueModel. getFieldInstanceModel()
FieldInstanceModel
FieldValuesModel. getFieldInstanceModel()
Methods in ontopoly.models that return types with arguments of type FieldInstanceModel Modifier and Type Method Description static List<FieldInstanceModel>
FieldInstanceModel. wrapInFieldInstanceModels(List<FieldInstance> fieldInstances)
Methods in ontopoly.models with parameters of type FieldInstanceModel Modifier and Type Method Description static FieldValueModel
FieldValueModel. createModel(FieldInstanceModel fieldInstanceModel, Object value, boolean isExistingValue)
Constructors in ontopoly.models with parameters of type FieldInstanceModel Constructor Description FieldValuesModel(FieldInstanceModel fieldInstanceModel)
FieldValuesModel(FieldInstanceModel fieldInstanceModel, Comparator<Object> comparator)
PlayerTypesModel(FieldInstanceModel fieldInstanceModel, RoleFieldModel roleFieldModel)
PossiblePlayersModel(FieldInstanceModel fieldInstanceModel, RoleFieldModel roleFieldModel)
-
Uses of FieldInstanceModel in ontopoly.pages
Fields in ontopoly.pages declared as FieldInstanceModel Modifier and Type Field Description protected FieldInstanceModel
ModalFindPage. fieldInstanceModel
Constructors in ontopoly.pages with parameters of type FieldInstanceModel Constructor Description ModalFindPage(String id, FieldInstanceModel fieldInstanceModel, int activeTab)
-
Uses of FieldInstanceModel in ontopoly.validators
Fields in ontopoly.validators declared as FieldInstanceModel Modifier and Type Field Description protected FieldInstanceModel
IdentityValidator. fieldInstanceModel
protected FieldInstanceModel
RegexValidator. fieldInstanceModel
protected FieldInstanceModel
URIValidator. fieldInstanceModel
Constructors in ontopoly.validators with parameters of type FieldInstanceModel Constructor Description DateFormatValidator(org.apache.wicket.Component component, FieldInstanceModel fieldInstanceModel)
IdentityValidator(org.apache.wicket.Component component, FieldInstanceModel fieldInstanceModel)
RegexValidator(org.apache.wicket.Component component, FieldInstanceModel fieldInstanceModel)
URIValidator(org.apache.wicket.Component component, FieldInstanceModel fieldInstanceModel)
-