Uses of Class
ontopoly.models.RoleFieldModel
Packages that use RoleFieldModel
-
Uses of RoleFieldModel in ontopoly.components
Fields in ontopoly.components declared as RoleFieldModelModifier and TypeFieldDescriptionprotected final RoleFieldModelFieldInstanceAssociationNaryField.currentFieldModelprotected final RoleFieldModelFieldInstanceAssociationBinaryPanel.ofieldModelprotected final RoleFieldModelFieldInstanceAssociationBinaryPanel.roleFieldModelprotected RoleFieldModelFieldInstanceCreatePlayerPanel.roleFieldModelFields in ontopoly.components with type parameters of type RoleFieldModelModifier and TypeFieldDescriptionprotected final Map<RoleFieldModel,TopicModel<Topic>> FieldInstanceAssociationNaryField.selectedPlayersMethods in ontopoly.components with parameters of type RoleFieldModelModifier and TypeMethodDescriptionprotected booleanFieldInstanceAssociationNaryField.onNewSelection(RoleFieldModel ofieldModel, Topic selectedTopic) protected voidFieldInstanceAssociationNaryField.performNewSelection(RoleFieldModel ofieldModel, Topic selectedTopic) protected abstract voidFieldInstanceCreatePlayerPanel.performNewSelection(RoleFieldModel ofieldModel, Topic selectedTopic) Constructors in ontopoly.components with parameters of type RoleFieldModelModifierConstructorDescriptionAssociationFieldAutoCompleteTextField(String id, org.apache.wicket.model.IModel<Topic> model, RoleFieldModel valueFieldModel) FieldInstanceAssociationBinaryField(String id, RoleFieldModel valueFieldModel, FieldValueModel fieldValueModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean embedded, boolean traversable, boolean allowAdd) FieldInstanceAssociationNaryField(String id, FieldInstanceAssociationNaryPanel _parentPanel, RoleFieldModel roleFieldModel, List<RoleFieldModel> otherRoleFieldModels, FieldValueModel _fieldValueModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable, int arity) FieldInstanceCreatePlayerPanel(String id, FieldInstanceModel _fieldInstanceModel, FieldsViewModel fieldsViewModel, RoleFieldModel _roleFieldModel, AbstractFieldInstancePanel fieldInstancePanel, int createAction) Constructor parameters in ontopoly.components with type arguments of type RoleFieldModelModifierConstructorDescriptionFieldInstanceAssociationNaryField(String id, FieldInstanceAssociationNaryPanel _parentPanel, RoleFieldModel roleFieldModel, List<RoleFieldModel> otherRoleFieldModels, FieldValueModel _fieldValueModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable, int arity) -
Uses of RoleFieldModel in ontopoly.models
Methods in ontopoly.models that return types with arguments of type RoleFieldModelModifier and TypeMethodDescriptionstatic List<RoleFieldModel>RoleFieldModel.wrapInRoleFieldModels(Collection<RoleField> roleFields) Constructors in ontopoly.models with parameters of type RoleFieldModelModifierConstructorDescriptionPlayerTypesModel(FieldInstanceModel fieldInstanceModel, RoleFieldModel roleFieldModel) PossiblePlayersModel(FieldInstanceModel fieldInstanceModel, RoleFieldModel roleFieldModel) -
Uses of RoleFieldModel in ontopoly.utils
Constructors in ontopoly.utils with parameters of type RoleFieldModelModifierConstructorDescriptionRoleFieldValueComparator(TopicModel<Topic> topicModel, RoleFieldModel roleFieldModel) Constructor parameters in ontopoly.utils with type arguments of type RoleFieldModelModifierConstructorDescriptionRoleFieldsValueComparator(TopicModel<Topic> topicModel, List<RoleFieldModel> roleFieldModels)