|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleFieldModel | |
---|---|
ontopoly.components | |
ontopoly.models | |
ontopoly.utils |
Uses of RoleFieldModel in ontopoly.components |
---|
Fields in ontopoly.components declared as RoleFieldModel | |
---|---|
protected RoleFieldModel |
FieldInstanceAssociationNaryField.currentFieldModel
|
protected RoleFieldModel |
FieldInstanceAssociationBinaryPanel.ofieldModel
|
protected RoleFieldModel |
FieldInstanceCreatePlayerPanel.roleFieldModel
|
protected RoleFieldModel |
FieldInstanceAssociationBinaryPanel.roleFieldModel
|
Fields in ontopoly.components with type parameters of type RoleFieldModel | |
---|---|
protected java.util.Map<RoleFieldModel,TopicModel<Topic>> |
FieldInstanceAssociationNaryField.selectedPlayers
|
Methods in ontopoly.components with parameters of type RoleFieldModel | |
---|---|
protected boolean |
FieldInstanceAssociationNaryField.onNewSelection(RoleFieldModel ofieldModel,
Topic selectedTopic)
|
protected abstract void |
FieldInstanceCreatePlayerPanel.performNewSelection(RoleFieldModel ofieldModel,
Topic selectedTopic)
|
protected void |
FieldInstanceAssociationNaryField.performNewSelection(RoleFieldModel ofieldModel,
Topic selectedTopic)
|
Constructors in ontopoly.components with parameters of type RoleFieldModel | |
---|---|
AssociationFieldAutoCompleteTextField(java.lang.String id,
org.apache.wicket.model.IModel<Topic> model,
RoleFieldModel valueFieldModel)
|
|
FieldInstanceAssociationBinaryField(java.lang.String id,
RoleFieldModel valueFieldModel,
FieldValueModel fieldValueModel,
FieldsViewModel fieldsViewModel,
boolean readonly,
boolean embedded,
boolean traversable,
boolean allowAdd)
|
|
FieldInstanceAssociationNaryField(java.lang.String id,
FieldInstanceAssociationNaryPanel _parentPanel,
RoleFieldModel roleFieldModel,
java.util.List<RoleFieldModel> otherRoleFieldModels,
FieldValueModel _fieldValueModel,
FieldsViewModel fieldsViewModel,
boolean readonly,
boolean traversable,
int arity)
|
|
FieldInstanceCreatePlayerPanel(java.lang.String id,
FieldInstanceModel _fieldInstanceModel,
FieldsViewModel fieldsViewModel,
RoleFieldModel _roleFieldModel,
AbstractFieldInstancePanel fieldInstancePanel,
int createAction)
|
Constructor parameters in ontopoly.components with type arguments of type RoleFieldModel | |
---|---|
FieldInstanceAssociationNaryField(java.lang.String id,
FieldInstanceAssociationNaryPanel _parentPanel,
RoleFieldModel roleFieldModel,
java.util.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 RoleFieldModel | |
---|---|
static java.util.List<RoleFieldModel> |
RoleFieldModel.wrapInRoleFieldModels(java.util.Collection<RoleField> roleFields)
|
Constructors in ontopoly.models with parameters of type RoleFieldModel | |
---|---|
PlayerTypesModel(FieldInstanceModel fieldInstanceModel,
RoleFieldModel roleFieldModel)
|
|
PossiblePlayersModel(FieldInstanceModel fieldInstanceModel,
RoleFieldModel roleFieldModel)
|
Uses of RoleFieldModel in ontopoly.utils |
---|
Constructors in ontopoly.utils with parameters of type RoleFieldModel | |
---|---|
RoleFieldValueComparator(TopicModel<Topic> topicModel,
RoleFieldModel roleFieldModel)
|
Constructor parameters in ontopoly.utils with type arguments of type RoleFieldModel | |
---|---|
RoleFieldsValueComparator(TopicModel<Topic> topicModel,
java.util.List<RoleFieldModel> roleFieldModels)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |