com.ontimize.util.gis.client.styling
Class IMLayerStyleCreation

java.lang.Object
  extended by com.ontimize.gui.InteractionManager
      extended by com.ontimize.gui.BasicInteractionManager
          extended by com.ontimize.util.gis.client.styling.IMLayerStyleCreation
All Implemented Interfaces:
com.ontimize.gui.DataNavigationListener, com.ontimize.gui.Freeable, com.ontimize.gui.ValueChangeListener, java.util.EventListener

public class IMLayerStyleCreation
extends com.ontimize.gui.BasicInteractionManager


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ontimize.gui.BasicInteractionManager
com.ontimize.gui.BasicInteractionManager.AvancedQueryListener, com.ontimize.gui.BasicInteractionManager.DeleteListener, com.ontimize.gui.BasicInteractionManager.InsertListener, com.ontimize.gui.BasicInteractionManager.QueryListener, com.ontimize.gui.BasicInteractionManager.UpdateListener
 
Nested classes/interfaces inherited from class com.ontimize.gui.InteractionManager
com.ontimize.gui.InteractionManager.DeleteFieldsListener, com.ontimize.gui.InteractionManager.InteractionManagerAction, com.ontimize.gui.InteractionManager.PrintingThread
 
Field Summary
protected  com.ontimize.gui.button.Button bAccept
           
protected  com.ontimize.gui.button.Button bAddSymbolizer
           
protected  com.ontimize.gui.button.Button bCancel
           
protected  com.ontimize.gui.button.Button bClearSymbolizers
           
protected  com.ontimize.gui.field.TextDataField filterColumn
           
protected  com.ontimize.gui.field.TextComboDataField filterTypeCombo
           
protected  com.ontimize.gui.field.TextDataField filterValue
           
protected  com.ontimize.gui.field.TextComboDataField geometryType
           
protected  com.ontimize.gui.field.ImageDataField imageField
           
protected  com.ontimize.gui.field.ColorDataField lineStrokeColor
           
protected  com.ontimize.gui.field.RealDataField lineStrokeOpacity
           
protected  com.ontimize.gui.field.RealDataField lineStrokeWidth
           
protected  java.lang.Object parentIM
           
protected  com.ontimize.gui.field.ObjectDataField parentIMField
           
protected  com.ontimize.gui.field.ColorDataField pointFillColor
           
protected  com.ontimize.gui.field.RealDataField pointOpacity
           
protected  com.ontimize.gui.field.TextComboDataField pointShapeCombo
           
protected  com.ontimize.gui.field.RealDataField pointSize
           
protected  com.ontimize.gui.field.ColorDataField pointStrokeColor
           
protected  com.ontimize.gui.field.RealDataField pointStrokeWidth
           
protected  com.ontimize.gui.field.ColorDataField polygonFillColor
           
protected  com.ontimize.gui.field.RealDataField polygonFillOpacity
           
protected  com.ontimize.gui.field.ColorDataField polygonStrokeColor
           
protected  com.ontimize.gui.field.RealDataField polygonStrokeOpacity
           
protected  com.ontimize.gui.field.RealDataField polygonStrokeWidth
           
protected  com.ontimize.gui.container.CardPanel styleCardPanel
           
protected  java.util.List<java.util.Hashtable> symbolizersList
           
protected  com.ontimize.gui.field.IntegerDataField totalSymbolizers
           
protected  com.ontimize.gui.field.MemoDataField xmlStyleField
           
 
Fields inherited from class com.ontimize.gui.BasicInteractionManager
addColumnsToTableView, afterUpdate, attributes, attributesValues, AVANCED_QUERY_DEFAULT_VALUE, avancedQueryListener, CLOSE_DETAIL_FORM_AFTER_INSERT_DEFAULT_VALUE, closeDetailFormAfterInsert, CONFIRM_DELETE_DEFAULT_VALUE, defaultInteractionScriptManagerClassName, defaultScriptEnabled, deleteListener, detailForm, expression, formAncestor, formInteractionScriptManager, insertListener, keysValues, keysValuesLastQuery, M_DELETE_CONFIRM, M_FILL_ALL_REQUIRED_FIELDS, M_MODIFIED_DATA_APPLY_CHANGES, M_UPDATE_CONFIRM, queryListener, S_CORRECT_DELETE, S_CORRECT_INSERT, S_CORRECT_UPDATE, S_INCORRECT_DELETE, S_INCORRECT_INSERT, S_INCORRECT_UPDATE, scriptEnabled, searchBetweenResults, showDeleteConfirmMessage, stayInRecordAfterInsert, updateListener
 
Fields inherited from class com.ontimize.gui.InteractionManager
ADVANCED_QUERY_KEY, CHECK_MODIFIED_DATA_CHANGED_DEFAULT_VALUE, checkModifiedDataChangeEvent, client, currentMode, dataChangedEventProcessing, DEBUG, DELETE_KEY, deleteFieldsListener, f11Button, f12Button, f7Button, f9Button, formManager, HELP_KEY, INSERT, INSERT_KEY, interactionManagerModeListenerList, managedForm, modifiedFieldAttributes, NEWMODE, printThread, QUERY, QUERY_KEY, QUERYINSERT, selectionPrintingKey, setDefaultFocusEnabled, UPDATE, UPDATE_ALL, UPDATE_CHANGED, UPDATE_KEY, updateMethod, valueChangedListenerAttributes, warningBirthdayMessage
 
Constructor Summary
IMLayerStyleCreation()
           
 
Method Summary
protected  com.ontimize.util.remote.BytesBlock getImageRepresentation()
           
protected  java.lang.String getXMLFormActualConf()
           
 void registerInteractionManager(com.ontimize.gui.Form form, com.ontimize.gui.FormManager formManager)
           
protected  void setDefaultFieldValues()
           
 void setInitialState()
           
 void setUpdateMode()
           
 
Methods inherited from class com.ontimize.gui.BasicInteractionManager
checkDelete, checkInsert, checkQuery, checkSearchInResults, checkUpdate, cloneInteractionManager, createScriptManager, dataWillChange, ensureComponentVisible, free, getAncestorsTo, getAttributesValuesUpdateForm, getEmptyRequiredFieldsMessage, getFormKeyValues, getInsertAttributesValues, getQueryAttributes, print, query, removeDeleteListener, removeInsertListener, removeQueryListener, removeUpdateListener, requestFocusForEmptyRequiredComponent, setDetailForm, setInsertMode, setQueryInsertMode, setQueryMode, setShowDeleteConfirmMessage, setStayInRecordAfterInsert
 
Methods inherited from class com.ontimize.gui.InteractionManager
addInteractionManagerModeListener, checkBirthday, dataChanged, finalize, fireInteractionManagerModeChanged, getCheckModifiedDataChangeEvent, getCurrentMode, getDataChangedEventProcessing, getDefaultActiveFocus, getFieldValues, getImageValues, getModifiedFieldAttributes, getTableValues, getTemplateFields, getTemplateImages, getTemplateTables, registerFormKeyBindings, removeInteractionManagerModeListener, setCheckModifiedDataChangeEvent, setDataChangedEventProcessing, setDefaultFocusEnabled, setUpdateMethodVersion, setValueChangedEventListener, setWarningBirthdayMessage, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bAccept

protected com.ontimize.gui.button.Button bAccept

bCancel

protected com.ontimize.gui.button.Button bCancel

bAddSymbolizer

protected com.ontimize.gui.button.Button bAddSymbolizer

bClearSymbolizers

protected com.ontimize.gui.button.Button bClearSymbolizers

parentIMField

protected com.ontimize.gui.field.ObjectDataField parentIMField

parentIM

protected java.lang.Object parentIM

xmlStyleField

protected com.ontimize.gui.field.MemoDataField xmlStyleField

styleCardPanel

protected com.ontimize.gui.container.CardPanel styleCardPanel

imageField

protected com.ontimize.gui.field.ImageDataField imageField

geometryType

protected com.ontimize.gui.field.TextComboDataField geometryType

totalSymbolizers

protected com.ontimize.gui.field.IntegerDataField totalSymbolizers

symbolizersList

protected java.util.List<java.util.Hashtable> symbolizersList

filterTypeCombo

protected com.ontimize.gui.field.TextComboDataField filterTypeCombo

filterColumn

protected com.ontimize.gui.field.TextDataField filterColumn

filterValue

protected com.ontimize.gui.field.TextDataField filterValue

pointShapeCombo

protected com.ontimize.gui.field.TextComboDataField pointShapeCombo

pointSize

protected com.ontimize.gui.field.RealDataField pointSize

pointStrokeWidth

protected com.ontimize.gui.field.RealDataField pointStrokeWidth

pointOpacity

protected com.ontimize.gui.field.RealDataField pointOpacity

pointStrokeColor

protected com.ontimize.gui.field.ColorDataField pointStrokeColor

pointFillColor

protected com.ontimize.gui.field.ColorDataField pointFillColor

lineStrokeWidth

protected com.ontimize.gui.field.RealDataField lineStrokeWidth

lineStrokeOpacity

protected com.ontimize.gui.field.RealDataField lineStrokeOpacity

lineStrokeColor

protected com.ontimize.gui.field.ColorDataField lineStrokeColor

polygonStrokeWidth

protected com.ontimize.gui.field.RealDataField polygonStrokeWidth

polygonStrokeOpacity

protected com.ontimize.gui.field.RealDataField polygonStrokeOpacity

polygonStrokeColor

protected com.ontimize.gui.field.ColorDataField polygonStrokeColor

polygonFillOpacity

protected com.ontimize.gui.field.RealDataField polygonFillOpacity

polygonFillColor

protected com.ontimize.gui.field.ColorDataField polygonFillColor
Constructor Detail

IMLayerStyleCreation

public IMLayerStyleCreation()
Method Detail

setInitialState

public void setInitialState()
Overrides:
setInitialState in class com.ontimize.gui.BasicInteractionManager

setUpdateMode

public void setUpdateMode()
Overrides:
setUpdateMode in class com.ontimize.gui.BasicInteractionManager

registerInteractionManager

public void registerInteractionManager(com.ontimize.gui.Form form,
                                       com.ontimize.gui.FormManager formManager)
Overrides:
registerInteractionManager in class com.ontimize.gui.BasicInteractionManager

setDefaultFieldValues

protected void setDefaultFieldValues()

getXMLFormActualConf

protected java.lang.String getXMLFormActualConf()

getImageRepresentation

protected com.ontimize.util.remote.BytesBlock getImageRepresentation()