Uses of Class
org.tinygroup.uiengine.config.UIComponent

Packages that use UIComponent
org.tinygroup.uiengine.config   
org.tinygroup.uiengine.manager   
org.tinygroup.uiengine.manager.impl   
 

Uses of UIComponent in org.tinygroup.uiengine.config
 

Methods in org.tinygroup.uiengine.config that return types with arguments of type UIComponent
 List<UIComponent> UIComponents.getComponents()
           
 

Method parameters in org.tinygroup.uiengine.config with type arguments of type UIComponent
 void UIComponents.setComponents(ArrayList<UIComponent> components)
           
 

Uses of UIComponent in org.tinygroup.uiengine.manager
 

Methods in org.tinygroup.uiengine.manager that return UIComponent
 UIComponent UIComponentManager.getUIComponent(String name)
          根据名称返回界面组件
 

Methods in org.tinygroup.uiengine.manager that return types with arguments of type UIComponent
 List<UIComponent> UIComponentManager.getHealthUiComponents()
          返回所有的健康组件列表
 List<UIComponent> UIComponentManager.getUiComponents()
          返回界面组件
 

Methods in org.tinygroup.uiengine.manager with parameters of type UIComponent
 String[] UIComponentManager.getComponentCssArray(UIComponent component)
          返回CssPath
 String[] UIComponentManager.getComponentJsArray(UIComponent component)
          返回JSPath
 

Uses of UIComponent in org.tinygroup.uiengine.manager.impl
 

Methods in org.tinygroup.uiengine.manager.impl that return UIComponent
 UIComponent UIComponentManagerImpl.getUIComponent(String name)
           
 

Methods in org.tinygroup.uiengine.manager.impl that return types with arguments of type UIComponent
 List<UIComponent> UIComponentManagerImpl.getHealthUiComponents()
           
 List<UIComponent> UIComponentManagerImpl.getUiComponents()
           
 

Methods in org.tinygroup.uiengine.manager.impl with parameters of type UIComponent
 String[] UIComponentManagerImpl.getComponentCssArray(UIComponent component)
           
 String[] UIComponentManagerImpl.getComponentJsArray(UIComponent component)
           
 



Copyright © 2006–2015 TinyGroup. All rights reserved.