Uses of Class
javax.rad.genui.container.UIPanel

Packages that use UIPanel
com.sibvisions.rad.application Contains base classes for application creation. 
javax.rad.application.genui Contains implementations of the generic application interfaces. 
 

Uses of UIPanel in com.sibvisions.rad.application
 

Subclasses of UIPanel in com.sibvisions.rad.application
 class Dialog
          The Dialog class is a dialog content that shows a component and allows configuration of available buttons.
 

Methods in com.sibvisions.rad.application that return UIPanel
protected  UIPanel Dialog.getButtonPanel()
          Gets the panel that contains all button panels.
protected  UIPanel Dialog.getCenterButtonPanel()
          Gets the panel that contains all "center" buttons.
protected  UIPanel Dialog.getLeftButtonPanel()
          Gets the panel that contains all "left" buttons.
protected  UIPanel Dialog.getRightButtonPanel()
          Gets the panel that contains all "right" buttons.
 

Uses of UIPanel in javax.rad.application.genui
 

Subclasses of UIPanel in javax.rad.application.genui
 class Application
          The Application is an abstract implementation of IApplication.
 class Content
          The Content is the default IContent implementation and extends an UIPanel.
 class RemoteApplication
          The RemoteApplication extends the Application with an AbstractConnection.
 class RemoteWorkScreen
          The RemoteWorkScreen extends the WorkScreen with an AbstractConnection.
 class RemoteWorkScreenApplication
          The RemoteWorkScreenApplication is a RemoteApplication with IWorkScreenApplication implemented.
 class WorkScreen
          The WorkScreen is a default implementation of IWorkScreen.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.