| Package | Description |
|---|---|
| ontopoly.components | |
| ontopoly.models | |
| ontopoly.pages | |
| ontopoly.validators |
| Modifier and Type | Field and Description |
|---|---|
protected FieldInstanceModel |
FieldInstanceCreatePlayerPanel.fieldInstanceModel |
protected FieldInstanceModel |
AbstractFieldInstancePanel.fieldInstanceModel |
| Modifier and Type | Method and Description |
|---|---|
FieldInstanceModel |
AbstractFieldInstancePanel.getFieldInstanceModel() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.markup.html.list.ListView<FieldInstanceModel> |
FieldInstancesPanel.getFieldList() |
| Modifier and Type | Method and Description |
|---|---|
static Serializable |
AbstractFieldInstancePanel.createErrorMessage(FieldInstanceModel fieldInstanceModel,
org.apache.wicket.model.IModel<String> message) |
static Serializable |
AbstractFieldInstancePanel.createErrorMessage(FieldInstanceModel fieldInstanceModel,
Throwable t) |
protected org.apache.wicket.Component |
FieldInstancesPanel.createFieldInstanceComponent(String id,
FieldInstanceModel fieldInstanceModel,
FieldsViewModel fieldsViewModel,
boolean _traversable) |
protected static String |
AbstractFieldInstancePanel.createIdentifier(FieldInstanceModel fieldInstanceModel) |
| Constructor and 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 and Description |
|---|
FieldInstancesPanel(String id,
List<FieldInstanceModel> fieldInstanceModels,
FieldsViewModel fieldsViewModel,
boolean readonly,
boolean traversable) |
| Modifier and Type | Method and Description |
|---|---|
FieldInstanceModel |
FieldValueModel.getFieldInstanceModel() |
FieldInstanceModel |
FieldValuesModel.getFieldInstanceModel() |
| Modifier and Type | Method and Description |
|---|---|
static List<FieldInstanceModel> |
FieldInstanceModel.wrapInFieldInstanceModels(List<FieldInstance> fieldInstances) |
| Modifier and Type | Method and Description |
|---|---|
static FieldValueModel |
FieldValueModel.createModel(FieldInstanceModel fieldInstanceModel,
Object value,
boolean isExistingValue) |
| Constructor and Description |
|---|
FieldValuesModel(FieldInstanceModel fieldInstanceModel) |
FieldValuesModel(FieldInstanceModel fieldInstanceModel,
Comparator<Object> comparator) |
PlayerTypesModel(FieldInstanceModel fieldInstanceModel,
RoleFieldModel roleFieldModel) |
PossiblePlayersModel(FieldInstanceModel fieldInstanceModel,
RoleFieldModel roleFieldModel) |
| Modifier and Type | Field and Description |
|---|---|
protected FieldInstanceModel |
ModalFindPage.fieldInstanceModel |
| Constructor and Description |
|---|
ModalFindPage(String id,
FieldInstanceModel fieldInstanceModel,
int activeTab) |
| Modifier and Type | Field and Description |
|---|---|
protected FieldInstanceModel |
URIValidator.fieldInstanceModel |
protected FieldInstanceModel |
IdentityValidator.fieldInstanceModel |
protected FieldInstanceModel |
RegexValidator.fieldInstanceModel |
| Constructor and 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) |