org.jbpm.formbuilder.client.layout
Interface LayoutView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
LayoutViewImpl

public interface LayoutView
extends com.google.gwt.user.client.ui.IsWidget


Method Summary
 FBForm getFormDisplay()
           
 com.google.gwt.user.client.ui.HasWidgets getUnderlyingLayout(Integer x, Integer y)
           
 void startDropController(com.allen_sauer.gwt.dnd.client.PickupDragController controller, com.google.gwt.user.client.ui.IsWidget widget)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

getFormDisplay

FBForm getFormDisplay()

startDropController

void startDropController(com.allen_sauer.gwt.dnd.client.PickupDragController controller,
                         com.google.gwt.user.client.ui.IsWidget widget)

getUnderlyingLayout

com.google.gwt.user.client.ui.HasWidgets getUnderlyingLayout(Integer x,
                                                             Integer y)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.