org.cruxframework.crux.widgets.client.disposal.panelchoicedisposal
Class PanelChoiceDisposalSmallController

java.lang.Object
  extended by org.cruxframework.crux.core.client.controller.crossdevice.DeviceAdaptiveController
      extended by org.cruxframework.crux.widgets.client.disposal.panelchoicedisposal.PanelChoiceDisposalSmallController
All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget, org.cruxframework.crux.core.client.screen.DeviceAdaptive, PanelChoiceDisposal

public class PanelChoiceDisposalSmallController
extends org.cruxframework.crux.core.client.controller.crossdevice.DeviceAdaptiveController
implements PanelChoiceDisposal

Author:
Gesse Dafe

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.cruxframework.crux.core.client.screen.DeviceAdaptive
org.cruxframework.crux.core.client.screen.DeviceAdaptive.Device, org.cruxframework.crux.core.client.screen.DeviceAdaptive.Input, org.cruxframework.crux.core.client.screen.DeviceAdaptive.Size, org.cruxframework.crux.core.client.screen.DeviceAdaptive.Template, org.cruxframework.crux.core.client.screen.DeviceAdaptive.Templates
 
Constructor Summary
PanelChoiceDisposalSmallController()
           
 
Method Summary
 void addChoice(String id, String label, String targetView, org.cruxframework.crux.core.client.screen.views.ViewActivateHandler handler)
           
 void choose(String targetView, String viewId)
           
protected  void init()
           
 void selectView(com.google.gwt.event.dom.client.ChangeEvent event)
           
 
Methods inherited from class org.cruxframework.crux.core.client.controller.crossdevice.DeviceAdaptiveController
addAttachHandler, addHandler, addWidget, asWidget, fireEvent, getChildWidget, getElement, getStyleName, getTitle, isVisible, setHeight, setStyleName, setTitle, setVisible, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cruxframework.crux.core.client.screen.DeviceAdaptive
addAttachHandler, addHandler, getElement, getStyleName, getTitle, isVisible, setHeight, setStyleName, setTitle, setVisible, setWidth
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Constructor Detail

PanelChoiceDisposalSmallController

public PanelChoiceDisposalSmallController()
Method Detail

init

protected void init()
Overrides:
init in class org.cruxframework.crux.core.client.controller.crossdevice.DeviceAdaptiveController

addChoice

public void addChoice(String id,
                      String label,
                      String targetView,
                      org.cruxframework.crux.core.client.screen.views.ViewActivateHandler handler)
Specified by:
addChoice in interface PanelChoiceDisposal

selectView

public void selectView(com.google.gwt.event.dom.client.ChangeEvent event)

choose

public void choose(String targetView,
                   String viewId)
Specified by:
choose in interface PanelChoiceDisposal


Copyright © 2015. All rights reserved.