Uses of Class
org.zkoss.zkmax.zul.Portalchildren
-
Packages that use Portalchildren Package Description org.zkoss.stateless.sul org.zkoss.zkmax.ui.event -
-
Uses of Portalchildren in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Portalchildren Modifier and Type Method Description static IPortalchildrenIPortalchildrenCtrl. from(Portalchildren instance) -
Uses of Portalchildren in org.zkoss.zkmax.ui.event
Methods in org.zkoss.zkmax.ui.event that return Portalchildren Modifier and Type Method Description PortalchildrenPortalDropEvent. getFrom()Returns the portalchildren from the dragged panel.PortalchildrenPortalMoveEvent. getFrom()Returns the portalchildren from the dragged panel.PortalchildrenPortalDropEvent. getTo()Returns the portalchildren where the dragged panel drops to.PortalchildrenPortalMoveEvent. getTo()Returns the portalchildren where the dragged panel drops to.Constructors in org.zkoss.zkmax.ui.event with parameters of type Portalchildren Constructor Description PortalDropEvent(java.lang.String evtnm, Component target, Portalchildren from, Portalchildren to, Panel dragged, int droppedIndex, int draggedIndex, int droppedColumnIndex, int draggedColumnIndex)Constructs a PortalDrop event.PortalMoveEvent(java.lang.String evtnm, Component target, Portalchildren from, Portalchildren to, Panel dragged, int droppedIndex)Constructs a ColumnMoved event.
-