org.japura.debug.controllers.views.list
Class ListViewPanelController

java.lang.Object
  extended by org.japura.controller.AbstractController
      extended by org.japura.controller.DefaultController<ListViewPanel>
          extended by org.japura.debug.controllers.views.list.ListViewPanelController
All Implemented Interfaces:
org.japura.controller.Controller, org.japura.message.Subscriber, org.japura.task.executors.TaskSubmitter, org.japura.util.info.InfoProvider

public class ListViewPanelController
extends org.japura.controller.DefaultController<ListViewPanel>


Constructor Summary
ListViewPanelController(org.japura.controller.Context context, org.japura.controller.Controller parentController)
           
 
Method Summary
 ListViewPanel getComponent()
           
 boolean isComponentInstancied()
           
 void updateView()
           
 
Methods inherited from class org.japura.controller.DefaultController
addModal, addModal, addModal, closeAllModals, closeCurrentModal, closeModal, disposeWindow, getCurrentModal, getModalPanelFactory, getWindowAncestor, hasModal, isFocused, isWindowFocused, repaint, requestFocus, requestWindowFocus, setModalPanelFactory, showConfirmationModal, showConfirmationModal, showErrorModal, showInformationModal, showQuestionModal, showQuestionModal, showWarningModal, subscribe
 
Methods inherited from class org.japura.controller.AbstractController
addControllerListener, containsChild, createChild, equals, free, freeChildren, getChild, getChild, getChildren, getChildren, getContext, getControllerDescription, getControllerId, getControllerListeners, getControllerName, getControllerStatus, getGroup, getGroupId, getIdentifierNodes, getInfoNodes, getModalGroupName, getParent, getParentId, getRoot, getTaskSubmitterId, hashCode, isRoot, publish, registerChild, removeControllerListener, setControllerName, setControllerStatus, setModalGroupName, stringToDebugComponent, submitTask, submitTask, toString, unregisterChild, unregisterChildren, unregisterParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListViewPanelController

public ListViewPanelController(org.japura.controller.Context context,
                               org.japura.controller.Controller parentController)
Method Detail

isComponentInstancied

public boolean isComponentInstancied()

getComponent

public ListViewPanel getComponent()
Specified by:
getComponent in class org.japura.controller.DefaultController<ListViewPanel>

updateView

public void updateView()


Copyright © 2014. All rights reserved.