org.springframework.richclient.application.docking.vldocking
Class VLDockingPageDescriptor

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.application.support.ApplicationServicesAccessor
      extended by org.springframework.richclient.core.LabeledObjectSupport
          extended by org.springframework.richclient.application.support.AbstractPageDescriptor
              extended by org.springframework.richclient.application.support.MultiViewPageDescriptor
                  extended by org.springframework.richclient.application.docking.vldocking.VLDockingPageDescriptor
All Implemented Interfaces:
BeanNameAware, InitializingBean, PageDescriptor, CommandLabelConfigurable, DescribedElement, DescriptionConfigurable, TitleConfigurable, VisualizedElement, ImageConfigurable

public class VLDockingPageDescriptor
extends MultiViewPageDescriptor

Author:
Rogan Dawes

Field Summary
 
Fields inherited from class org.springframework.richclient.core.LabeledObjectSupport
logger
 
Fields inherited from interface org.springframework.richclient.core.DescribedElement
CAPTION_PROPERTY, DESCRIPTION_PROPERTY, DISPLAY_NAME_PROPERTY
 
Constructor Summary
VLDockingPageDescriptor()
           
 
Method Summary
 Resource getInitialLayout()
           
 VLDockingLayoutManager getLayoutManager()
           
 void setInitialLayout(Resource initialLayout)
           
 void setLayoutManager(VLDockingLayoutManager layoutManager)
           
 
Methods inherited from class org.springframework.richclient.application.support.MultiViewPageDescriptor
buildInitialLayout, getViewDescriptors, setBeanName, setViewDescriptors
 
Methods inherited from class org.springframework.richclient.application.support.AbstractPageDescriptor
afterPropertiesSet, createShowPageCommand, getId, getShowPageCommandLabel, setId
 
Methods inherited from class org.springframework.richclient.core.LabeledObjectSupport
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getAccelerator, getCaption, getDescription, getDisplayName, getIcon, getImage, getLabel, getMnemonic, getMnemonicIndex, hasChanged, hasChanged, hasChanged, removePropertyChangeListener, removePropertyChangeListener, setCaption, setDescription, setImage, setLabelInfo, setTitle, toString
 
Methods inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor
getActiveWindow, getApplication, getApplicationContext, getApplicationName, getApplicationServices, getCommandConfigurer, getComponentFactory, getConversionService, getIconSource, getImageSource, getMessage, getMessage, getMessage, getMessage, getMessages, getMessageSource, getObjectConfigurer, getService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.richclient.core.DescribedElement
getCaption, getDescription, getDisplayName
 
Methods inherited from interface org.springframework.richclient.core.VisualizedElement
getIcon, getImage
 

Constructor Detail

VLDockingPageDescriptor

public VLDockingPageDescriptor()
Method Detail

getLayoutManager

public VLDockingLayoutManager getLayoutManager()
Returns:
the layoutManager

setLayoutManager

public void setLayoutManager(VLDockingLayoutManager layoutManager)
Parameters:
layoutManager - the layoutManager to set

getInitialLayout

public Resource getInitialLayout()
Returns:
the initialLayout

setInitialLayout

public void setInitialLayout(Resource initialLayout)
Parameters:
initialLayout - the initialLayout to set


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.