org.sakaiproject.poll.tool.evolvers
Class SakaiFCKTextEvolver

java.lang.Object
  extended by org.sakaiproject.poll.tool.evolvers.SakaiFCKTextEvolver
All Implemented Interfaces:
uk.org.ponder.rsf.evolvers.TextInputEvolver

public class SakaiFCKTextEvolver
extends Object
implements uk.org.ponder.rsf.evolvers.TextInputEvolver


Field Summary
static String COMPONENT_ID
           
 String height
           
 String width
           
 
Fields inherited from interface uk.org.ponder.rsf.evolvers.TextInputEvolver
SEED_ID
 
Constructor Summary
SakaiFCKTextEvolver()
           
 
Method Summary
 uk.org.ponder.rsf.components.UIJointContainer evolveTextInput(uk.org.ponder.rsf.components.UIInput toevolve)
           
 void setContentHostingService(org.sakaiproject.content.api.ContentHostingService contentHostingService)
           
 void setContext(String context)
           
 void setServerConfigurationService(org.sakaiproject.component.api.ServerConfigurationService serverConfigurationService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_ID

public static final String COMPONENT_ID
See Also:
Constant Field Values

height

public String height

width

public String width
Constructor Detail

SakaiFCKTextEvolver

public SakaiFCKTextEvolver()
Method Detail

setContext

public void setContext(String context)

setContentHostingService

public void setContentHostingService(org.sakaiproject.content.api.ContentHostingService contentHostingService)

setServerConfigurationService

public void setServerConfigurationService(org.sakaiproject.component.api.ServerConfigurationService serverConfigurationService)

evolveTextInput

public uk.org.ponder.rsf.components.UIJointContainer evolveTextInput(uk.org.ponder.rsf.components.UIInput toevolve)
Specified by:
evolveTextInput in interface uk.org.ponder.rsf.evolvers.TextInputEvolver


Copyright © 2003-2012 Sakai Project. All Rights Reserved.