com.cc.framework.ui.control
Class FormButtonContainer

java.lang.Object
  extended bycom.cc.framework.ui.control.FormGroupElement
      extended bycom.cc.framework.ui.control.FormButtonContainer
All Implemented Interfaces:
AccessControlled, FormElement, FormElementContainer

public class FormButtonContainer
extends FormGroupElement

Container for form buttons

Since:
1.0
Version:
$Revision: 1.14 $
Author:
Harald Schulz

Field Summary
private  java.lang.String defaultButton
          The default button
 
Fields inherited from class com.cc.framework.ui.control.FormGroupElement
 
Constructor Summary
FormButtonContainer()
          Constructor
 
Method Summary
 FormButtonElement getDefaultButton()
          Returns the default button.
 java.lang.String getDefaultButtonId()
          Returns the default button.
 void setDefaultButtonId(java.lang.String defaultButton)
          Sets the default button.
 
Methods inherited from class com.cc.framework.ui.control.FormGroupElement
addFormElement, getAlignment, getCellWidth, getColSpan, getColumnGroup, getExpandProperty, getFormElement, getFormElements, getFormElements, getHeight, getHelp, getImageRef, getLabelWidth, getNoWrap, getOrientation, getParent, getPermission, getStyle, getStyleClass, getStyleId, getTitle, getVAlignment, getWidth, joinElements, removeFormElement, setAlignment, setCellWidth, setColSpan, setExpandProperty, setHeight, setHelp, setImageRef, setJoin, setLabelWidth, setOrientation, setParent, setPermission, setShowFrame, setStyle, setStyleClass, setStyleId, setTitle, setVAlignment, setWidth, show, showFrame, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultButton

private java.lang.String defaultButton
The default button

Constructor Detail

FormButtonContainer

public FormButtonContainer()
Constructor

Method Detail

getDefaultButtonId

public java.lang.String getDefaultButtonId()
Returns the default button.

Returns:
The name of the default button or null

getDefaultButton

public FormButtonElement getDefaultButton()
Returns the default button.

Returns:
The name of the default button or null

setDefaultButtonId

public void setDefaultButtonId(java.lang.String defaultButton)
Sets the default button.

Parameters:
defaultButton - The name of the default button


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.