RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.model
Class CdkSwitchElement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.ModelFragment
      extended by org.richfaces.cdk.templatecompiler.model.CdkSwitchElement
All Implemented Interfaces:
LeafModelElement, ModelElement

public class CdkSwitchElement
extends ModelFragment

Author:
Nick Belaevski

Constructor Summary
CdkSwitchElement()
           
 
Method Summary
 void afterVisit(TemplateVisitor visitor)
           
 void beforeVisit(TemplateVisitor visitor)
           
 String getKey()
           
 void setKey(String key)
           
 
Methods inherited from class org.richfaces.cdk.templatecompiler.model.ModelFragment
getChildren, setChildren, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdkSwitchElement

public CdkSwitchElement()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

beforeVisit

public void beforeVisit(TemplateVisitor visitor)
                 throws CdkException
Overrides:
beforeVisit in class ModelFragment
Throws:
CdkException

afterVisit

public void afterVisit(TemplateVisitor visitor)
                throws CdkException
Overrides:
afterVisit in class ModelFragment
Throws:
CdkException

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.