Skip navigation links
A C D E G I J L P Q S T V 

A

asJavascriptArray(Set<StringTextValue<?>>) - Static method in class de.alpharogroup.wicket.js.addon.core.TextTemplateExtensions
Converts the given Set of StringTextValue to a javascript array.
asSet() - Method in interface de.alpharogroup.wicket.js.addon.core.Settings
Returns a set with all settings.

C

COMPONENT_ID - Static variable in class de.alpharogroup.wicket.js.addon.core.JavascriptGenerator
The Constant COMPONENT_ID.

D

de.alpharogroup.wicket.js.addon.core - package de.alpharogroup.wicket.js.addon.core
 
de.alpharogroup.wicket.js.addon.enums - package de.alpharogroup.wicket.js.addon.enums
 
DOCUMENT_READY_FUNCTION_PREFIX - Static variable in class de.alpharogroup.wicket.js.addon.core.JavascriptGenerator
The Constant DOCUMENT_READY_FUNCTION_PREFIX.
DOCUMENT_READY_FUNCTION_SUFFIX - Static variable in class de.alpharogroup.wicket.js.addon.core.JavascriptGenerator
The Constant DOCUMENT_READY_FUNCTION_SUFFIX.

E

Easing - Enum in de.alpharogroup.wicket.js.addon.enums
The Enum Easing.
EffectMethods - Enum in de.alpharogroup.wicket.js.addon.enums
An enum for a few of the effect methods in jquery.

G

generateJavascriptTemplateContent(Map<String, Object>, String) - Method in class de.alpharogroup.wicket.js.addon.core.JavascriptGenerator
Generates the javascript template code from the given map and the given method name that will be used to interpolate with the values of the given map.
generateJs() - Method in class de.alpharogroup.wicket.js.addon.core.JavascriptGenerator
Generate js.
generateJs(Settings, String) - Method in class de.alpharogroup.wicket.js.addon.core.JavascriptGenerator
Generate the javascript code.
generateJsOptionsForTemplateContent(Map<String, Object>, StringBuilder) - Method in class de.alpharogroup.wicket.js.addon.core.JavascriptGenerator
Generate the javascript options for template content.
getString() - Method in class de.alpharogroup.wicket.js.addon.core.StringTextTemplate
getValue() - Method in interface de.alpharogroup.wicket.js.addon.core.ValueEnum
Get the value.

I

initializeVariables(Set<StringTextValue<?>>) - Method in class de.alpharogroup.wicket.js.addon.core.JavascriptGenerator
Sets the values to the map.
interpolate(Map<String, ?>) - Method in class de.alpharogroup.wicket.js.addon.core.StringTextTemplate

J

JavascriptGenerator<S extends Settings> - Class in de.alpharogroup.wicket.js.addon.core
Base class for javascript generation for the StringTextTemplate.
JavascriptGenerator(S) - Constructor for class de.alpharogroup.wicket.js.addon.core.JavascriptGenerator
Instantiates a new javascript generator.

L

LOGGER - Static variable in class de.alpharogroup.wicket.js.addon.core.JavascriptGenerator
The LOGGER.
LOGGER - Static variable in class de.alpharogroup.wicket.js.addon.core.PercentNumberFormatTextValue
The Constant logger.

P

PercentNumberFormatTextValue - Class in de.alpharogroup.wicket.js.addon.core
A StringTextValue that formats the given Integer to percent.
PercentNumberFormatTextValue(String) - Constructor for class de.alpharogroup.wicket.js.addon.core.PercentNumberFormatTextValue
Instantiates a new PercentNumberFormatTextValue object.
PercentNumberFormatTextValue(String, Integer) - Constructor for class de.alpharogroup.wicket.js.addon.core.PercentNumberFormatTextValue
Instantiates a new PercentNumberFormatTextValue object.

Q

QuotationMarkType - Enum in de.alpharogroup.wicket.js.addon.core
The Enum QuotationMarkType.

S

Settings - Interface in de.alpharogroup.wicket.js.addon.core
Interface for javascript, jquery plugins and other settings.
setValue(Integer) - Method in class de.alpharogroup.wicket.js.addon.core.PercentNumberFormatTextValue
Sets the value.
setValue(String) - Method in class de.alpharogroup.wicket.js.addon.core.PercentNumberFormatTextValue
Sets the value.
setValue(T) - Method in class de.alpharogroup.wicket.js.addon.core.StringTextValue
Sets the value.
setValue(T, boolean) - Method in class de.alpharogroup.wicket.js.addon.core.StringTextValue
Sets the given value and set the initalValue flag if the flag should keep his state.
setVariableWithSingleQuotationMarks(String, Object, Map<String, Object>) - Static method in class de.alpharogroup.wicket.js.addon.core.TextTemplateExtensions
Sets the variable with singe quotation marks.
StringTextTemplate - Class in de.alpharogroup.wicket.js.addon.core
A TextTemplate that is build from a String.
StringTextTemplate(String) - Constructor for class de.alpharogroup.wicket.js.addon.core.StringTextTemplate
Creates a new instance of a StringTextTemplate.
StringTextTemplate(String, String, String) - Constructor for class de.alpharogroup.wicket.js.addon.core.StringTextTemplate
Creates a new instance of a StringTextTemplate.
StringTextType - Enum in de.alpharogroup.wicket.js.addon.core
The Enum StringTextType can tag a StringTextValue with a type.
StringTextValue<T> - Class in de.alpharogroup.wicket.js.addon.core
Value for the map of StringTextTemplate.
StringTextValue(String, StringTextType) - Constructor for class de.alpharogroup.wicket.js.addon.core.StringTextValue
Instantiates a new StringTextValue object.
StringTextValue(String, T, StringTextType) - Constructor for class de.alpharogroup.wicket.js.addon.core.StringTextValue
Instantiates a new StringTextValue object.
StringTextValue(String, T, StringTextType, boolean) - Constructor for class de.alpharogroup.wicket.js.addon.core.StringTextValue
Instantiates a new StringTextValue object.

T

TextTemplateExtensions - Class in de.alpharogroup.wicket.js.addon.core
The Class TextTemplateExtensions.
TextTemplateExtensions() - Constructor for class de.alpharogroup.wicket.js.addon.core.TextTemplateExtensions
 

V

ValueEnum - Interface in de.alpharogroup.wicket.js.addon.core
This inteface has one method and will be used for enum values in StringTextValue.
valueOf(String) - Static method in enum de.alpharogroup.wicket.js.addon.core.QuotationMarkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.wicket.js.addon.core.StringTextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.wicket.js.addon.enums.Easing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.alpharogroup.wicket.js.addon.enums.EffectMethods
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.wicket.js.addon.core.QuotationMarkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.wicket.js.addon.core.StringTextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.wicket.js.addon.enums.Easing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.alpharogroup.wicket.js.addon.enums.EffectMethods
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G I J L P Q S T V 
Skip navigation links

Copyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.