org.eaglei.ui.gwt.instance
Class SearchOntologyPropViewRenderer

java.lang.Object
  extended by org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
      extended by org.eaglei.ui.gwt.instance.SearchOntologyPropViewRenderer
All Implemented Interfaces:
Renderer

public class SearchOntologyPropViewRenderer
extends OntologyPropertiesRenderer


Field Summary
static InstanceServiceRemoteAsync instanceService
           
 
Fields inherited from class org.eaglei.ui.gwt.instance.OntologyPropertiesRenderer
eiClass, eiInstance, eiProperties, eiPropertiesEntityMap, ontologyPanel, rootSuperClass
 
Constructor Summary
SearchOntologyPropViewRenderer(org.eaglei.model.EIInstance eiInstance, com.google.gwt.user.client.ui.FlowPanel ontologyPanel, InstanceChangeListener listener)
           
 
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
 

Field Detail

instanceService

public static final InstanceServiceRemoteAsync instanceService
Constructor Detail

SearchOntologyPropViewRenderer

public SearchOntologyPropViewRenderer(org.eaglei.model.EIInstance eiInstance,
                                      com.google.gwt.user.client.ui.FlowPanel ontologyPanel,
                                      InstanceChangeListener listener)
Method Detail

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.