Uses of Interface
com.ebmwebsourcing.geasytools.webeditor.api.layout.IPlaceHolder

Packages that use IPlaceHolder
com.ebmwebsourcing.geasytools.webeditor.api.components   
com.ebmwebsourcing.geasytools.webeditor.api.layout   
 

Uses of IPlaceHolder in com.ebmwebsourcing.geasytools.webeditor.api.components
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.components that return IPlaceHolder
 IPlaceHolder IComponent.getPlaceHolder()
           
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.components with parameters of type IPlaceHolder
 void IComponent.setPlaceHolder(IPlaceHolder placeHolder)
           
 

Uses of IPlaceHolder in com.ebmwebsourcing.geasytools.webeditor.api.layout
 

Subinterfaces of IPlaceHolder in com.ebmwebsourcing.geasytools.webeditor.api.layout
 interface IContentPanelPlaceHolder
           
 interface IMainMenuPlaceHolder
           
 interface IMultipleComponentPlaceHolder
           
 interface IToolBarPlaceHolder
           
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.layout that return IPlaceHolder
 IPlaceHolder ILayout.getPlaceHolderByPosition(IPlaceHolderPosition position)
           
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.layout that return types with arguments of type IPlaceHolder
 java.util.HashMap<IPlaceHolderPosition,IPlaceHolder> ILayout.getPlaceHolders()
           
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.layout with parameters of type IPlaceHolder
 void ILayout.addPlaceHolder(IPlaceHolderPosition position, IPlaceHolder placeHolder)
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.