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 IPortalchildren
IPortalchildrenCtrl. 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 Portalchildren
PortalDropEvent. getFrom()
Returns the portalchildren from the dragged panel.Portalchildren
PortalMoveEvent. getFrom()
Returns the portalchildren from the dragged panel.Portalchildren
PortalDropEvent. getTo()
Returns the portalchildren where the dragged panel drops to.Portalchildren
PortalMoveEvent. 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.
-