org.tynamo.components.internal
Class Composition

java.lang.Object
  extended by org.tynamo.components.internal.Composition

public class Composition
extends Object

Copy of org.tynamo.components.Composition designed to be used from Block pages (i.e: PropertyDisplayBlocks) This class is for internal use only.


Constructor Summary
Composition()
           
 
Method Summary
 String getCompositionZoneClientId()
           
 Object[] getDeleteContext()
           
 Object[] getFormContext()
           
 String getLegendMessage()
           
 Object[] getShowPageContext()
           
 boolean isAllowCreate()
           
 Object onActionFromDeleteChild(Class clazz, String id, String property, String elementid)
           
 Object onSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Composition

public Composition()
Method Detail

isAllowCreate

public boolean isAllowCreate()

getShowPageContext

public Object[] getShowPageContext()

getLegendMessage

public String getLegendMessage()

getFormContext

public Object[] getFormContext()

onSuccess

public Object onSuccess()

getDeleteContext

public Object[] getDeleteContext()

onActionFromDeleteChild

public Object onActionFromDeleteChild(Class clazz,
                                      String id,
                                      String property,
                                      String elementid)

getCompositionZoneClientId

public String getCompositionZoneClientId()


Copyright © 2004-2010. All Rights Reserved.