org.springframework.richclient.application.docking.flexdock
Class FlexDockViewDescriptor
java.lang.Object
   org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.application.support.ApplicationServicesAccessor
       org.springframework.richclient.core.LabeledObjectSupport
org.springframework.richclient.core.LabeledObjectSupport
           org.springframework.richclient.application.support.DefaultViewDescriptor
org.springframework.richclient.application.support.DefaultViewDescriptor
               org.springframework.richclient.application.docking.flexdock.FlexDockViewDescriptor
org.springframework.richclient.application.docking.flexdock.FlexDockViewDescriptor
- All Implemented Interfaces: 
- BeanNameAware, InitializingBean, PropertyChangePublisher, PageComponentDescriptor, ViewDescriptor, CommandLabelConfigurable, DescribedElement, DescriptionConfigurable, TitleConfigurable, VisualizedElement, ImageConfigurable
- public class FlexDockViewDescriptor 
- extends DefaultViewDescriptor
- Author:
- Peter De Bruycker
 
 
 
 
 
| Methods inherited from class org.springframework.richclient.application.support.DefaultViewDescriptor | 
| afterPropertiesSet, createPageComponent, createShowViewCommand, createView, getId, getShowViewCommandLabel, getViewClass, setBeanName, setId, setViewClass, setViewProperties | 
 
| 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 | 
 
 
 
 
 
FlexDockViewDescriptor
public FlexDockViewDescriptor()
isDockable
public boolean isDockable()
- 
 
setDockable
public void setDockable(boolean dockable)
- 
 
isClosable
public boolean isClosable()
- 
 
setClosable
public void setClosable(boolean closable)
- 
 
isPinnable
public boolean isPinnable()
- 
 
setPinnable
public void setPinnable(boolean pinnable)
- 
 
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.