org.efaps.ui.wicket.models.objects
Class UIHeading

java.lang.Object
  extended by org.efaps.ui.wicket.models.objects.UIHeading
All Implemented Interfaces:
Serializable, org.apache.wicket.IClusterable, IFormElement

public class UIHeading
extends Object
implements IFormElement, org.apache.wicket.IClusterable

Version:
$Id: UIHeading.java 5758 2010-10-27 21:22:43Z jan.moxter $
Author:
The eFaps Team
See Also:
Serialized Form

Constructor Summary
UIHeading(org.efaps.admin.ui.field.FieldHeading _heading)
           
 
Method Summary
 String getLabel()
          This is the getter method for the instance variable label.
 int getLevel()
          This is the getter method for the instance variable level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIHeading

public UIHeading(org.efaps.admin.ui.field.FieldHeading _heading)
Parameters:
_heading - Heading
Method Detail

getLevel

public int getLevel()
This is the getter method for the instance variable level.

Returns:
value of instance variable level

getLabel

public String getLabel()
This is the getter method for the instance variable label.

Returns:
value of instance variable label


Copyright © 2003-2011 The eFaps Team. All Rights Reserved.