tle.framework.component.impl.uicreator.config
Class UIConfiguration

java.lang.Object
  extended bytle.framework.component.impl.uicreator.config.UIConfiguration

public class UIConfiguration
extends java.lang.Object

¼³Á¤ ÆÄÀÏ¿¡ ´ëÇÑ Á¤º¸¸¦ ÀúÀåÇÑ´Ù.

Since:
2.0
Author:
ÃÖ¹ü±Õ

Constructor Summary
UIConfiguration()
           
 
Method Summary
 void addClient(java.lang.String clientType, java.lang.String viewSetID)
           
 void addCommandConfig(CommandConfig commandConfig)
           
 void addViewSetConfig(ViewSetConfig viewSetConfig)
           
 ViewSetConfig getClientViewSetConfig(java.lang.String clientType)
           
 CommandConfig getCommandConfig(java.lang.String commandID)
           
 ViewSetConfig getDefaultViewSetConfig()
           
 ViewSetConfig getViewSetConfig(java.lang.String viewSetID)
           
 void loadCommandMapping(java.lang.String file)
           
 void setDefaultViewSet(java.lang.String viewSetID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIConfiguration

public UIConfiguration()
Method Detail

addViewSetConfig

public void addViewSetConfig(ViewSetConfig viewSetConfig)

getViewSetConfig

public ViewSetConfig getViewSetConfig(java.lang.String viewSetID)

addCommandConfig

public void addCommandConfig(CommandConfig commandConfig)

loadCommandMapping

public void loadCommandMapping(java.lang.String file)

getCommandConfig

public CommandConfig getCommandConfig(java.lang.String commandID)

setDefaultViewSet

public void setDefaultViewSet(java.lang.String viewSetID)

getDefaultViewSetConfig

public ViewSetConfig getDefaultViewSetConfig()

addClient

public void addClient(java.lang.String clientType,
                      java.lang.String viewSetID)

getClientViewSetConfig

public ViewSetConfig getClientViewSetConfig(java.lang.String clientType)