org.openmdx.ui1.cci2
Interface OperationTab

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, Container, org.openmdx.base.cci2.ContextCapable, Element, ElementLayoutDefinition, org.openmdx.base.cci2.ExtentCapable, Tab, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
OperationTab
All Known Implementing Classes:
OperationTab

public interface OperationTab
extends Tab

Class OperationTab


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element
Element.Identity
 
Method Summary
 String getOperationName()
          Retrieves the value for the attribute operationName.
 boolean isQuery()
          Retrieves the value for the attribute isQuery.
 void setOperationName(String operationName)
          Sets a new value for the attribute operationName.
 void setQuery(boolean isQuery)
          Sets a new value for the attribute isQuery.
 
Methods inherited from interface org.openmdx.ui1.cci2.Tab
getTitle, setTitle
 
Methods inherited from interface org.openmdx.ui1.cci2.Container
getMember
 
Methods inherited from interface org.openmdx.ui1.cci2.Element
getIconKey, getMimeType, getToolTip, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setSegment, setSegment, setToolTip
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface org.openmdx.ui1.cci2.ElementLayoutDefinition
getColumnBreakAtElement, getColumnSizeMax, getColumnSizeMin, isVerticalFill, setColumnBreakAtElement, setColumnSizeMax, setColumnSizeMin, setVerticalFill
 

Method Detail

isQuery

boolean isQuery()
Retrieves the value for the attribute isQuery.

Returns:
The non-null value for attribute isQuery.

setQuery

void setQuery(boolean isQuery)
Sets a new value for the attribute isQuery.

Parameters:
isQuery - The non-null new value for attribute isQuery.

getOperationName

String getOperationName()
Retrieves the value for the attribute operationName.

Returns:
The non-null value for attribute operationName.

setOperationName

void setOperationName(String operationName)
Sets a new value for the attribute operationName.

Parameters:
operationName - The non-null new value for attribute operationName.


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.