org.exoplatform.applications.ooplugin.dialog
Class Component

java.lang.Object
  extended by org.exoplatform.applications.ooplugin.dialog.Component

public class Component
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Guly

Field Summary
static int XTYPE_XBUTTON
           
static int XTYPE_XCOMBOBOX
           
static int XTYPE_XLISTBOX
           
 
Constructor Summary
Component(java.lang.String className, java.lang.String handler)
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getHandler()
           
 java.util.ArrayList<ComponentProperty> getProperties()
           
 java.lang.String getPropertyValue(java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XTYPE_XBUTTON

public static final int XTYPE_XBUTTON
See Also:
Constant Field Values

XTYPE_XCOMBOBOX

public static final int XTYPE_XCOMBOBOX
See Also:
Constant Field Values

XTYPE_XLISTBOX

public static final int XTYPE_XLISTBOX
See Also:
Constant Field Values
Constructor Detail

Component

public Component(java.lang.String className,
                 java.lang.String handler)
Method Detail

getClassName

public java.lang.String getClassName()

getHandler

public java.lang.String getHandler()

getProperties

public java.util.ArrayList<ComponentProperty> getProperties()

getPropertyValue

public java.lang.String getPropertyValue(java.lang.String propertyName)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.