com.tssap.util.ui.reuse
Class DefaultObjectEditorComponent

java.lang.Object
  |
  +--com.tssap.util.ui.AbstractEditable
        |
        +--com.tssap.util.ui.reuse.GenericComponent
              |
              +--com.tssap.util.ui.reuse.ObjectEditorComponent
                    |
                    +--com.tssap.util.ui.reuse.DefaultObjectEditorComponent
All Implemented Interfaces:
IEditable, IGenericComponent, IGridLayoutPaneContainer, IObjectEditorComponent, IReuseable
Direct Known Subclasses:
RefreshObjectEditorComponent

public abstract class DefaultObjectEditorComponent
extends ObjectEditorComponent


Fields inherited from interface com.tssap.util.ui.reuse.IObjectEditorComponent
SEVERITY_PREFIX_ERROR, SEVERITY_PREFIX_INFO, SEVERITY_PREFIX_LEAVABLE_WARNING, SEVERITY_PREFIX_UNLEAVABLE_WARNING
 
Constructor Summary
DefaultObjectEditorComponent()
          Constructor for DefaultObjectEditorComponent.
DefaultObjectEditorComponent(java.lang.String title)
          Constructor for DefaultObjectEditorComponent.
 
Method Summary
 int getUserGridNumOfColumns()
          Returns number of columns for userArea given to method initContainer(IGridLayoutPane userArea)
 boolean isUserGridEqualColSize()
          Returns true if userArea given to method initContainer(IGridLayoutPane userArea) has to have equal column widths
 
Methods inherited from class com.tssap.util.ui.reuse.ObjectEditorComponent
acceptData, dispose, getData, getModifiedCallback, isDataAutoRefreshing, isEnabled, okToLeave, refreshDataFromUI, refreshUIFromData, setData, setEnabled, setModifiedCallback
 
Methods inherited from class com.tssap.util.ui.reuse.GenericComponent
addModifyListener, addSelectionListener, createPartControl, createPartControl, createPartControl, getTitle, getUserAreaGridLayoutPane, isComposable, refresh, removeModifyListener, removeSelectionListener, setTitle
 
Methods inherited from class com.tssap.util.ui.AbstractEditable
isEditable, setEditable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tssap.util.ui.reuse.IReuseable
createPartControl
 
Methods inherited from interface com.tssap.util.ui.IEditable
isEditable, setEditable
 
Methods inherited from interface com.tssap.util.ui.glpc.IGridLayoutPaneContainer
initContainer
 

Constructor Detail

DefaultObjectEditorComponent

public DefaultObjectEditorComponent()
Constructor for DefaultObjectEditorComponent.

DefaultObjectEditorComponent

public DefaultObjectEditorComponent(java.lang.String title)
Constructor for DefaultObjectEditorComponent.
Parameters:
title -  
Method Detail

getUserGridNumOfColumns

public int getUserGridNumOfColumns()
Description copied from interface: IGridLayoutPaneContainer
Returns number of columns for userArea given to method initContainer(IGridLayoutPane userArea)
See Also:
IGridLayoutPaneContainer.getUserGridNumOfColumns()

isUserGridEqualColSize

public boolean isUserGridEqualColSize()
Description copied from interface: IGridLayoutPaneContainer
Returns true if userArea given to method initContainer(IGridLayoutPane userArea) has to have equal column widths
See Also:
IGridLayoutPaneContainer.isUserGridEqualColSize()


Copyright © 2005 SAP AG. All Rights Reserved.