org.eaglei.datatools.client.ui
Class OntologyPropViewRenderer
java.lang.Object
org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
org.eaglei.datatools.client.ui.OntologyPropViewRenderer
- All Implemented Interfaces:
- org.eaglei.ui.gwt.instance.Renderer
public class OntologyPropViewRenderer
- extends org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
| Fields inherited from class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer |
eiClass, eiInstance, eiProperties, eiPropertiesEntityMap, ontologyPanel, rootSuperClass |
|
Constructor Summary |
OntologyPropViewRenderer(org.eaglei.model.EIInstance eiInstance,
com.google.gwt.user.client.ui.FlowPanel ontologyPanel)
|
|
Method Summary |
void |
addFormTitle(java.lang.String type)
|
protected void |
addNameProperty(java.lang.String labelPrefix)
|
protected void |
addTypeProperty(java.lang.String labelPrefix)
|
protected void |
drawDataProperty(org.eaglei.model.EIEntity propertyEntity,
java.lang.String propertyDefinition,
boolean isRequired,
java.util.Set<java.lang.String> propertyValues)
|
protected void |
drawObjectProperty(org.eaglei.model.EIEntity propertyEntity,
java.lang.String propertyDefinition,
boolean isRequired,
java.util.Set<org.eaglei.model.EIEntity> propertyValues)
|
void |
fetchConstants()
|
java.util.Collection<org.eaglei.model.EIEntity> |
getDataTypeEntities()
|
java.util.Collection<org.eaglei.model.EIEntity> |
getObjectTypeEntities()
|
protected com.google.gwt.user.client.ui.Widget |
handleReadOnlyTextProperty(java.lang.String value)
|
| Methods inherited from class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer |
finishSetup, initializeProperties, makeSetFromSingle, makeSetFromSingleEntity, makeSetFromSingleURI, renderProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OntologyPropViewRenderer
public OntologyPropViewRenderer(org.eaglei.model.EIInstance eiInstance,
com.google.gwt.user.client.ui.FlowPanel ontologyPanel)
drawDataProperty
protected void drawDataProperty(org.eaglei.model.EIEntity propertyEntity,
java.lang.String propertyDefinition,
boolean isRequired,
java.util.Set<java.lang.String> propertyValues)
- Specified by:
drawDataProperty in class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
drawObjectProperty
protected void drawObjectProperty(org.eaglei.model.EIEntity propertyEntity,
java.lang.String propertyDefinition,
boolean isRequired,
java.util.Set<org.eaglei.model.EIEntity> propertyValues)
- Specified by:
drawObjectProperty in class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
handleReadOnlyTextProperty
protected com.google.gwt.user.client.ui.Widget handleReadOnlyTextProperty(java.lang.String value)
getDataTypeEntities
public java.util.Collection<org.eaglei.model.EIEntity> getDataTypeEntities()
- Specified by:
getDataTypeEntities in class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
getObjectTypeEntities
public java.util.Collection<org.eaglei.model.EIEntity> getObjectTypeEntities()
- Specified by:
getObjectTypeEntities in class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
addFormTitle
public void addFormTitle(java.lang.String type)
- Specified by:
addFormTitle in class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
fetchConstants
public void fetchConstants()
- Specified by:
fetchConstants in class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
addNameProperty
protected void addNameProperty(java.lang.String labelPrefix)
- Specified by:
addNameProperty in class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
addTypeProperty
protected void addTypeProperty(java.lang.String labelPrefix)
- Specified by:
addTypeProperty in class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
Copyright © 2009-2011 Eagle-I. All Rights Reserved.