|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldInstanceModel | |
---|---|
ontopoly.components | |
ontopoly.models | |
ontopoly.pages | |
ontopoly.validators |
Uses of FieldInstanceModel in ontopoly.components |
---|
Fields in ontopoly.components declared as FieldInstanceModel | |
---|---|
protected FieldInstanceModel |
FieldInstanceCreatePlayerPanel.fieldInstanceModel
|
protected FieldInstanceModel |
AbstractFieldInstancePanel.fieldInstanceModel
|
Methods in ontopoly.components that return FieldInstanceModel | |
---|---|
FieldInstanceModel |
AbstractFieldInstancePanel.getFieldInstanceModel()
|
Methods in ontopoly.components that return types with arguments of type FieldInstanceModel | |
---|---|
org.apache.wicket.markup.html.list.ListView<FieldInstanceModel> |
FieldInstancesPanel.getFieldList()
|
Methods in ontopoly.components with parameters of type FieldInstanceModel | |
---|---|
static java.io.Serializable |
AbstractFieldInstancePanel.createErrorMessage(FieldInstanceModel fieldInstanceModel,
org.apache.wicket.model.IModel<java.lang.String> message)
|
static java.io.Serializable |
AbstractFieldInstancePanel.createErrorMessage(FieldInstanceModel fieldInstanceModel,
java.lang.Throwable t)
|
protected org.apache.wicket.Component |
FieldInstancesPanel.createFieldInstanceComponent(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
FieldsViewModel fieldsViewModel,
boolean _traversable)
|
protected static java.lang.String |
AbstractFieldInstancePanel.createIdentifier(FieldInstanceModel fieldInstanceModel)
|
Constructors in ontopoly.components with parameters of type FieldInstanceModel | |
---|---|
AbstractFieldInstancePanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel)
|
|
FieldInstanceAssociationBinaryEmbeddedPanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
FieldsViewModel fieldsViewModel,
boolean readonly,
boolean traversable)
|
|
FieldInstanceAssociationBinaryPanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
FieldsViewModel fieldsViewModel,
boolean readonlyField,
boolean traversable)
|
|
FieldInstanceAssociationBinaryPanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
FieldsViewModel fieldsViewModel,
boolean readonlyField,
boolean embedded,
boolean traversable)
|
|
FieldInstanceAssociationNaryPanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
FieldsViewModel fieldsViewModel,
boolean readonly,
boolean traversable,
int arity)
|
|
FieldInstanceAssociationUnaryPanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
boolean readonly)
|
|
FieldInstanceCreatePlayerPanel(java.lang.String id,
FieldInstanceModel _fieldInstanceModel,
FieldsViewModel fieldsViewModel,
RoleFieldModel _roleFieldModel,
AbstractFieldInstancePanel fieldInstancePanel,
int createAction)
|
|
FieldInstanceErrorPanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
java.lang.Exception e)
|
|
FieldInstanceIdentityPanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
boolean readonly)
|
|
FieldInstanceNamePanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
boolean readonly)
|
|
FieldInstanceOccurrencePanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
boolean readonly)
|
|
FieldInstanceQueryEmbeddedPanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
FieldsViewModel fieldsViewModel,
boolean readonly,
boolean traversable)
|
|
FieldInstanceQueryPanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
FieldsViewModel fieldsViewModel,
boolean readonly,
boolean traversable)
|
|
FieldInstanceQueryPanel(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
FieldsViewModel fieldsViewModel,
boolean readonly,
boolean embedded,
boolean traversable)
|
Constructor parameters in ontopoly.components with type arguments of type FieldInstanceModel | |
---|---|
FieldInstancesPanel(java.lang.String id,
java.util.List<FieldInstanceModel> fieldInstanceModels,
FieldsViewModel fieldsViewModel,
boolean readonly,
boolean traversable)
|
Uses of FieldInstanceModel in ontopoly.models |
---|
Methods in ontopoly.models that return FieldInstanceModel | |
---|---|
FieldInstanceModel |
FieldValuesModel.getFieldInstanceModel()
|
FieldInstanceModel |
FieldValueModel.getFieldInstanceModel()
|
Methods in ontopoly.models that return types with arguments of type FieldInstanceModel | |
---|---|
static java.util.List<FieldInstanceModel> |
FieldInstanceModel.wrapInFieldInstanceModels(java.util.List<FieldInstance> fieldInstances)
|
Methods in ontopoly.models with parameters of type FieldInstanceModel | |
---|---|
static FieldValueModel |
FieldValueModel.createModel(FieldInstanceModel fieldInstanceModel,
java.lang.Object value,
boolean isExistingValue)
|
Constructors in ontopoly.models with parameters of type FieldInstanceModel | |
---|---|
FieldValuesModel(FieldInstanceModel fieldInstanceModel)
|
|
FieldValuesModel(FieldInstanceModel fieldInstanceModel,
java.util.Comparator<java.lang.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 | |
---|---|
protected FieldInstanceModel |
ModalFindPage.fieldInstanceModel
|
Constructors in ontopoly.pages with parameters of type FieldInstanceModel | |
---|---|
ModalFindPage(java.lang.String id,
FieldInstanceModel fieldInstanceModel,
int activeTab)
|
Uses of FieldInstanceModel in ontopoly.validators |
---|
Fields in ontopoly.validators declared as FieldInstanceModel | |
---|---|
protected FieldInstanceModel |
URIValidator.fieldInstanceModel
|
protected FieldInstanceModel |
RegexValidator.fieldInstanceModel
|
protected FieldInstanceModel |
IdentityValidator.fieldInstanceModel
|
Constructors in ontopoly.validators with parameters of type FieldInstanceModel | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |