org.wicketstuff.jquery.codepress
Class CodepressOptions

java.lang.Object
  extended by org.wicketstuff.jquery.Options
      extended by org.wicketstuff.jquery.codepress.CodepressOptions
All Implemented Interfaces:
Serializable

public class CodepressOptions
extends Options

Author:
Edvin Syse
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wicketstuff.jquery.Options
options_
 
Constructor Summary
CodepressOptions()
           
 
Method Summary
 CodepressOptions autoComplete(boolean autoComplete)
           
 CodepressOptions fileType(String fileType)
           
 String getFileType()
           
 CodepressOptions height(int height)
           
 boolean isAutoComplete()
           
 boolean isLineNumbers()
           
 CodepressOptions lineNumbers(boolean lineNumbers)
           
 
Methods inherited from class org.wicketstuff.jquery.Options
get, get, set, set, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodepressOptions

public CodepressOptions()
Method Detail

height

public CodepressOptions height(int height)

lineNumbers

public CodepressOptions lineNumbers(boolean lineNumbers)

autoComplete

public CodepressOptions autoComplete(boolean autoComplete)

fileType

public CodepressOptions fileType(String fileType)

getFileType

public String getFileType()

isAutoComplete

public boolean isAutoComplete()

isLineNumbers

public boolean isLineNumbers()


Copyright © 2012. All Rights Reserved.