|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tab
Class Tab
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element |
|---|
Element.Identity |
| Method Summary | |
|---|---|
List<String> |
getTitle()
Retrieves a list containing all the elements for the attribute title. |
void |
setTitle(List<String> title)
Clears title and adds the members of the given List. |
| Methods inherited from interface org.openmdx.ui1.cci2.Tab |
|---|
setTitle |
| Methods inherited from interface org.openmdx.ui1.cci2.Container |
|---|
getMember |
| Methods inherited from interface org.openmdx.ui1.jmi1.Element |
|---|
getToolTip, setToolTip |
| Methods inherited from interface org.openmdx.ui1.cci2.Element |
|---|
getIconKey, getMimeType, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setToolTip |
| Methods inherited from interface org.openmdx.base.jmi1.BasicObject |
|---|
getCreatedBy, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getModifiedAt |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.jmi1.ViewCapable |
|---|
getView, getView, getView |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Methods inherited from interface org.openmdx.ui1.jmi1.ElementLayoutDefinition |
|---|
getColumnBreakAtElement, getColumnSizeMax, getColumnSizeMin, setColumnBreakAtElement, setColumnSizeMax, setColumnSizeMin |
| Methods inherited from interface org.openmdx.ui1.cci2.ElementLayoutDefinition |
|---|
isVerticalFill, setColumnBreakAtElement, setColumnSizeMax, setColumnSizeMin, setVerticalFill |
| Method Detail |
|---|
List<String> getTitle()
title.
getTitle in interface Tabvoid setTitle(List<String> title)
title and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(title);Note: This is an extension to the JMI 1 standard.
title - collection to be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||