org.eaglei.ui.gwt.instance
Class SearchOntologyPropViewRenderer
java.lang.Object
org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
org.eaglei.ui.gwt.instance.SearchOntologyPropViewRenderer
- All Implemented Interfaces:
- Renderer
public class SearchOntologyPropViewRenderer
- extends OntologyPropertiesRenderer
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instanceService
public static final InstanceServiceRemoteAsync instanceService
SearchOntologyPropViewRenderer
public SearchOntologyPropViewRenderer(org.eaglei.model.EIInstance eiInstance,
com.google.gwt.user.client.ui.FlowPanel ontologyPanel,
InstanceChangeListener listener)
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 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 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 OntologyPropertiesRenderer
getObjectTypeEntities
public java.util.Collection<org.eaglei.model.EIEntity> getObjectTypeEntities()
- Specified by:
getObjectTypeEntities in class OntologyPropertiesRenderer
addFormTitle
public void addFormTitle(java.lang.String type)
- Specified by:
addFormTitle in class OntologyPropertiesRenderer
fetchConstants
public void fetchConstants()
- Specified by:
fetchConstants in class OntologyPropertiesRenderer
addNameProperty
protected void addNameProperty(java.lang.String labelPrefix)
- Specified by:
addNameProperty in class OntologyPropertiesRenderer
addTypeProperty
protected void addTypeProperty(java.lang.String labelPrefix)
- Specified by:
addTypeProperty in class OntologyPropertiesRenderer
Copyright © 2009-2011 Eagle-I. All Rights Reserved.