Uses of Interface
de.xima.fc.gui.util.ComponentHelper.DroppedComponent
Packages that use ComponentHelper.DroppedComponent
-
Uses of ComponentHelper.DroppedComponent in de.xima.fc.gui.util
Methods in de.xima.fc.gui.util that return ComponentHelper.DroppedComponentModifier and TypeMethodDescriptionComponentHelper.dropComponentFromCompositeStackManager(javax.faces.context.FacesContext context) Drops the top component from the composite component stack manager (if present) and returns aComponentHelper.DroppedComponent.ComponentHelper.dropComponentFromCompositeStackManager(javax.faces.context.FacesContext context, Class<? extends javax.faces.component.UIComponent> target) Drops the top component from the composite component stack manager (if an instance of the given type) and returns aComponentHelper.DroppedComponent.ComponentHelper.dropComponentFromCompositeStackManager(javax.faces.context.FacesContext context, javax.faces.component.UIComponent target) Drops the top component from the composite component stack manager (if equal to the given component) and returns aComponentHelper.DroppedComponent.