Skip navigation links
A B C D E F G H K L M P R S T U V W 

A

AbstractDropdownRenderer - Class in dk.heick.properties.web.renderer.generics
Abstract class for rendering a drop down value, meaning one value.
AbstractDropdownRenderer() - Constructor for class dk.heick.properties.web.renderer.generics.AbstractDropdownRenderer
 
AbstractInputTextRenderer - Class in dk.heick.properties.web.renderer.generics
 
AbstractInputTextRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.generics.AbstractInputTextRenderer
The default simple text input renderer.
AbstractPropertyCollectionHandlingServlet - Class in dk.heick.properties.web.servlet
This is the abstract implementation of PropertyCollectionHandlingServlet, you MUST implement a PropertyCollectionHandlingServlet in your war file.
AbstractPropertyCollectionHandlingServlet() - Constructor for class dk.heick.properties.web.servlet.AbstractPropertyCollectionHandlingServlet
Constructor
add(String) - Method in class dk.heick.properties.web.utils.StringListHandler
Adds a element to the list.
add(String, String) - Method in class dk.heick.properties.web.utils.StringListHandler
Adds a name value pair to the list, automatically divide by pairDivider.
addBookmark(String) - Method in class dk.heick.properties.web.utils.UrlAppender
Adds a bookmark to the URL.
append(String, String) - Method in class dk.heick.properties.web.utils.UrlAppender
Appends a "name=value" to the URL.

B

bite(String, int) - Static method in class dk.heick.properties.web.utils.WebUtils
Split a string in to bites divide by "<BR/>".
bite(String, int, int) - Static method in class dk.heick.properties.web.utils.WebUtils
Split a string in to bites divide by "<BR/>".
BooleanDropdownRenderer - Class in dk.heick.properties.web.renderer.java
 
BooleanDropdownRenderer() - Constructor for class dk.heick.properties.web.renderer.java.BooleanDropdownRenderer
 
ByteSizeRenderer - Class in dk.heick.properties.web.renderer.custom
 
ByteSizeRenderer() - Constructor for class dk.heick.properties.web.renderer.custom.ByteSizeRenderer
 

C

Capitalization - Enum in dk.heick.properties.web.utils
 
capitalizeString(String) - Method in class dk.heick.properties.web.renderer.generics.AbstractDropdownRenderer
 
CharsetRenderer - Class in dk.heick.properties.web.renderer.java
 
CharsetRenderer() - Constructor for class dk.heick.properties.web.renderer.java.CharsetRenderer
 
CountryLocaleDropdownRenderer - Class in dk.heick.properties.web.renderer.java
 
CountryLocaleDropdownRenderer() - Constructor for class dk.heick.properties.web.renderer.java.CountryLocaleDropdownRenderer
 
CSSNames - Interface in dk.heick.properties.web.utils
The different CSS class names in use.

D

dateFormatter - Static variable in class dk.heick.properties.web.utils.WebUtils
The default date formatting "yyyy-MM-dd HH:mm:ss"
DateTimeRenderer - Class in dk.heick.properties.web.renderer.java
 
DateTimeRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.java.DateTimeRenderer
 
DerivedRenderer - Class in dk.heick.properties.web.renderer.derived
Is a readonly renderer for any derived propertytype.
DerivedRenderer() - Constructor for class dk.heick.properties.web.renderer.derived.DerivedRenderer
 
dk.heick.properties.web.collections - package dk.heick.properties.web.collections
 
dk.heick.properties.web.renderer - package dk.heick.properties.web.renderer
 
dk.heick.properties.web.renderer.custom - package dk.heick.properties.web.renderer.custom
 
dk.heick.properties.web.renderer.derived - package dk.heick.properties.web.renderer.derived
 
dk.heick.properties.web.renderer.generics - package dk.heick.properties.web.renderer.generics
 
dk.heick.properties.web.renderer.java - package dk.heick.properties.web.renderer.java
 
dk.heick.properties.web.servlet - package dk.heick.properties.web.servlet
 
dk.heick.properties.web.utils - package dk.heick.properties.web.utils
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.servlet.AbstractPropertyCollectionHandlingServlet
 
doRenderDecryptedPassword() - Method in class dk.heick.properties.web.renderer.custom.PasswordRenderer
Render decrypted password.

E

EnumDropdownRenderer - Class in dk.heick.properties.web.renderer.java
 
EnumDropdownRenderer() - Constructor for class dk.heick.properties.web.renderer.java.EnumDropdownRenderer
 
equals(Object) - Method in class dk.heick.properties.web.utils.UrlAppender
 

F

FilenameFilterRenderer - Class in dk.heick.properties.web.renderer.custom
 
FilenameFilterRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.custom.FilenameFilterRenderer
 
FileStructureRenderer - Class in dk.heick.properties.web.renderer.custom
 
FileStructureRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.custom.FileStructureRenderer
 
FontRenderer - Class in dk.heick.properties.web.renderer.java
 
FontRenderer() - Constructor for class dk.heick.properties.web.renderer.java.FontRenderer
 
FontRenderer.FontStyle - Class in dk.heick.properties.web.renderer.java
 
FontStyle(int, String) - Constructor for class dk.heick.properties.web.renderer.java.FontRenderer.FontStyle
 
formatDate(Date) - Static method in class dk.heick.properties.web.utils.WebUtils
Formats a date to a string value.
formEnd() - Static method in class dk.heick.properties.web.utils.WebUtils
Returns a FORM end tag.
formStartSetValue(Property<?>, WebAction, String) - Static method in class dk.heick.properties.web.utils.WebUtils
Generates a string containing the web FORM start for action on a Property.
formStartSetValue(PropertyIO, WebAction, String) - Static method in class dk.heick.properties.web.utils.WebUtils
Generates a string containing the web FORM start for action on a PropertyIO .

G

GenericInputTextRenderer - Class in dk.heick.properties.web.renderer.generics
 
GenericInputTextRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.generics.GenericInputTextRenderer
 
getAppendCount() - Method in class dk.heick.properties.web.utils.UrlAppender
Determines how many parameters there have by appended to the URL
getBookmark(String) - Static method in class dk.heick.properties.web.utils.WebUtils
Gets a defined book mark name.
getCollectionMessage(HttpServletRequest) - Static method in class dk.heick.properties.web.servlet.AbstractPropertyCollectionHandlingServlet
Gets the WebName.COLLECTION_MESSAGE from the the request.
getDefaultTypeRenderer() - Method in class dk.heick.properties.web.collections.RendererFactory
Gets the default renderer for PropertyTypes for where we do not find a renderer for class.
getElementDivider() - Method in class dk.heick.properties.web.utils.StringListHandler
Gets the element divider, which splits up values or name/value pairs.
getInstance() - Static method in class dk.heick.properties.web.collections.RendererFactory
Get a static instance of RendererFactory.
getInvalidImageURL() - Method in class dk.heick.properties.web.collections.PropertyCollectionRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.custom.ByteSizeRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.custom.FilenameFilterRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.custom.HourIntervalsRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.custom.LatLngRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.custom.PasswordRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.custom.Point2DRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.custom.Point3DRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.custom.RangeRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.custom.SequenceRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.derived.DerivedRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.generics.AbstractDropdownRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.generics.AbstractInputTextRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.generics.UnknownPropertyTypeRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.java.FontRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.java.KeyValueRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.java.ListRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.java.ProxyRenderer
 
getLogger() - Method in class dk.heick.properties.web.renderer.java.StringPropertiesRenderer
 
getLogger() - Method in interface dk.heick.properties.web.renderer.PropertyTypeRenderer
Gets a Log for logging.
getName() - Method in class dk.heick.properties.web.renderer.java.FontRenderer.FontStyle
 
getPairDivider() - Method in class dk.heick.properties.web.utils.StringListHandler
Gets the pair divider, which splits up the name and values.
getPropertyBookmark(Property<?>) - Static method in class dk.heick.properties.web.utils.WebUtils
Gets the bookmark name of the property.
getPropertyCollection() - Method in class dk.heick.properties.web.servlet.AbstractPropertyCollectionHandlingServlet
Returns the PropertyCollection initialized in a WebContext .
getPropertyCollectionHandlingServletUrl() - Method in class dk.heick.properties.web.collections.PropertyCollectionRenderer
 
getPropertyCollectionHandlingServletUrl() - Method in class dk.heick.properties.web.collections.PropertyIORenderer
 
getPropertyHandlingMessage(HttpServletRequest, Property<?>) - Static method in class dk.heick.properties.web.servlet.AbstractPropertyCollectionHandlingServlet
Gets a message set for an individual Property.
getPropertyIndexURL(String) - Method in class dk.heick.properties.web.servlet.AbstractPropertyCollectionHandlingServlet
The page url for the page which displays your properties.
getReferer(HttpServletRequest) - Method in class dk.heick.properties.web.servlet.AbstractPropertyCollectionHandlingServlet
Get the page where the request originated from, otherwise "PropertyIndexURL" is used.
getRenderer(PropertyType<?>) - Method in class dk.heick.properties.web.collections.RendererFactory
Gets a propertyType renderer for a propertyType.
getRenderer(String) - Method in class dk.heick.properties.web.collections.RendererFactory
Gets a propertyType renderer for a classname.
getRenderer(Class<?>) - Method in class dk.heick.properties.web.collections.RendererFactory
Gets a propertyType renderer for a class.
getSize() - Method in class dk.heick.properties.web.renderer.custom.FilenameFilterRenderer
 
getSize() - Method in class dk.heick.properties.web.renderer.custom.HourIntervalsRenderer
 
getSize() - Method in class dk.heick.properties.web.renderer.custom.PasswordRenderer
Size of HTML Input text box.
getSize() - Method in class dk.heick.properties.web.renderer.custom.RangeRenderer
Size of HTML Input text box.
getSize() - Method in class dk.heick.properties.web.renderer.generics.AbstractInputTextRenderer
 
getSize() - Method in class dk.heick.properties.web.renderer.java.KeyValueRenderer
 
getSize() - Method in class dk.heick.properties.web.renderer.java.ListRenderer
 
getSize() - Method in class dk.heick.properties.web.renderer.java.StringPropertiesRenderer
 
getStyles() - Method in class dk.heick.properties.web.renderer.java.FontRenderer
 
getTableEnd() - Static method in class dk.heick.properties.web.utils.WebUtils
Returns a TABLE end tag.
getTableStart() - Static method in class dk.heick.properties.web.utils.WebUtils
Returns default TABLE start tag.
getTDClass(int) - Static method in class dk.heick.properties.web.utils.WebUtils
Gets the CSS class to be used in for a TD row tag.
getUrl() - Method in class dk.heick.properties.web.utils.UrlAppender
Gets the URL as string
getValidImageURL() - Method in class dk.heick.properties.web.collections.PropertyCollectionRenderer
 
getValue() - Method in class dk.heick.properties.web.renderer.java.FontRenderer.FontStyle
 
getValue() - Method in class dk.heick.properties.web.utils.StringListHandler
The orginal value the class was instantiate with.

H

handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.custom.ByteSizeRenderer
This only handle a SET action of a new value.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.custom.FilenameFilterRenderer
This handles many actions on the FilenameFilterPropertyType, which is a list of filters.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.custom.HourIntervalsRenderer
This handles many actions on the HourIntervalsRenderer, which is a list of HourPeriod's.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.custom.LatLngRenderer
 
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.custom.PasswordRenderer
This only handle a SET action of a new password.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.custom.Point2DRenderer
 
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.custom.Point3DRenderer
 
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.custom.RangeRenderer
This only handle a SET action of a new range.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.custom.SequenceRenderer
This only handle a SET action of a Property.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.derived.DerivedRenderer
 
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.generics.AbstractDropdownRenderer
This only handle a SET action of a Property.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.generics.AbstractInputTextRenderer
This only handle a SET action of a Property.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.generics.UnknownPropertyTypeRenderer
The PropertyType has no PropertyTypeRenderer registered in the RendererFactory.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.java.FontRenderer
 
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.java.KeyValueRenderer
This handles many actions on a KeyValyeList of two specific PropertyType.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.java.ListRenderer
This handles many actions on a List of one specific PropertyType.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.java.ProxyRenderer
 
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in class dk.heick.properties.web.renderer.java.StringPropertiesRenderer
This handles many actions on a StringPropertiesRenderer, which pair KEY=VALUE string pairs.
handle(PropertyCollection, HttpServletRequest, HttpServletResponse) - Method in interface dk.heick.properties.web.renderer.PropertyTypeRenderer
Will get the Property by the name from the FORM WebName.PROPERTY_NAME.
hashCode() - Method in class dk.heick.properties.web.utils.UrlAppender
 
HourIntervalsRenderer - Class in dk.heick.properties.web.renderer.custom
 
HourIntervalsRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.custom.HourIntervalsRenderer
 

K

KeyValueRenderer - Class in dk.heick.properties.web.renderer.java
 
KeyValueRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.java.KeyValueRenderer
 

L

LatLngRenderer - Class in dk.heick.properties.web.renderer.custom
 
LatLngRenderer() - Constructor for class dk.heick.properties.web.renderer.custom.LatLngRenderer
 
ListRenderer - Class in dk.heick.properties.web.renderer.java
 
ListRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.java.ListRenderer
 

M

MESSAGE - Static variable in class dk.heick.properties.web.servlet.AbstractPropertyCollectionHandlingServlet
String post appended to a property name to return a Property specific message.
moveDown(int) - Method in class dk.heick.properties.web.utils.StringListHandler
Moves an element one down in the list.
moveUp(int) - Method in class dk.heick.properties.web.utils.StringListHandler
Moves an element one up in the list.

P

parse(HttpServletRequest) - Static method in enum dk.heick.properties.web.utils.WebAction
Using the paremeter name WebName.ACTION.name() to retrieve what kind if WebAction we want to perform.
parseInt(HttpServletRequest, WebName) - Static method in class dk.heick.properties.web.utils.WebUtils
Parses an request parameter value to an integer
parseInt(String) - Static method in class dk.heick.properties.web.utils.WebUtils
Parse a string to an integer, if not possible -1 is returned.
PasswordRenderer - Class in dk.heick.properties.web.renderer.custom
Renderer for PasswordPropertyType.
PasswordRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.custom.PasswordRenderer
Constructor, where renderDecryptedPassword is set to false.
PasswordRenderer(Integer, boolean) - Constructor for class dk.heick.properties.web.renderer.custom.PasswordRenderer
Constructor
Point2DRenderer - Class in dk.heick.properties.web.renderer.custom
 
Point2DRenderer() - Constructor for class dk.heick.properties.web.renderer.custom.Point2DRenderer
 
Point3DRenderer - Class in dk.heick.properties.web.renderer.custom
 
Point3DRenderer() - Constructor for class dk.heick.properties.web.renderer.custom.Point3DRenderer
 
PropertyCollectionRenderer - Class in dk.heick.properties.web.collections
 
PropertyCollectionRenderer(String, String) - Constructor for class dk.heick.properties.web.collections.PropertyCollectionRenderer
Constructor.
PropertyCollectionRenderer(String, String, String) - Constructor for class dk.heick.properties.web.collections.PropertyCollectionRenderer
Constructor
PropertyIORenderer - Class in dk.heick.properties.web.collections
 
PropertyIORenderer(String) - Constructor for class dk.heick.properties.web.collections.PropertyIORenderer
Constructor with reload button.
PropertyIORenderer() - Constructor for class dk.heick.properties.web.collections.PropertyIORenderer
Default constructor no handling URL, meaning no reload is possible.
PropertyTypeRenderer - Interface in dk.heick.properties.web.renderer
The class PropertyCollectionRenderer renders all the properties, but when the actual value of property shall be renderer it is dependant on
the PropertyType, hence using the registered PropertyTypeRenderer for the Property's PropertyType.
ProxyRenderer - Class in dk.heick.properties.web.renderer.java
 
ProxyRenderer() - Constructor for class dk.heick.properties.web.renderer.java.ProxyRenderer
 

R

RangeRenderer - Class in dk.heick.properties.web.renderer.custom
Renderer for PasswordPropertyType.
RangeRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.custom.RangeRenderer
Constructor.
registerRenderer(Class<?>, PropertyTypeRenderer) - Method in class dk.heick.properties.web.collections.RendererFactory
Registers a renderer for a specific propertyType class.
remove(int) - Method in class dk.heick.properties.web.utils.StringListHandler
Removes an element from the list with a valid index.
renderDropDown(Property<?>, Enum<?>[], String, String, String) - Method in class dk.heick.properties.web.renderer.generics.AbstractDropdownRenderer
 
renderDropDown(Property<?>, String[], String, String, String) - Method in class dk.heick.properties.web.renderer.generics.AbstractDropdownRenderer
 
renderDropDown(Property<?>, String[], String, String, String, Capitalization) - Method in class dk.heick.properties.web.renderer.generics.AbstractDropdownRenderer
 
RendererFactory - Class in dk.heick.properties.web.collections
Here is where you registrer which renderer is used for different PropertyType classes.
renderProperties(HttpServletRequest, PropertyCollection, boolean) - Method in class dk.heick.properties.web.collections.PropertyCollectionRenderer
 
renderPropertyIO(HttpServletRequest, PropertyCollection) - Method in class dk.heick.properties.web.collections.PropertyIORenderer
Renders data about a PropertyIO, with a reload button.
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.ByteSizeRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.FilenameFilterRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.FileStructureRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.HourIntervalsRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.LatLngRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.PasswordRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.Point2DRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.Point3DRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.RangeRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.SequenceRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.derived.DerivedRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.generics.AbstractDropdownRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.generics.AbstractInputTextRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.generics.UnknownPropertyTypeRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.java.FontRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.java.KeyValueRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.java.ListRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.java.ProxyRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in class dk.heick.properties.web.renderer.java.StringPropertiesRenderer
 
renderPropertyTypeRestrictions(Property<?>, String) - Method in interface dk.heick.properties.web.renderer.PropertyTypeRenderer
Rendering the property type restrictions.
renderPropertyTypeRestrictions(Property<?>) - Static method in class dk.heick.properties.web.utils.WebUtils
Generates PropertyType restrictions as list.
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.ByteSizeRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.FilenameFilterRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.HourIntervalsRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.LatLngRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.PasswordRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.Point2DRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.Point3DRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.RangeRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.custom.SequenceRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.derived.DerivedRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.generics.AbstractDropdownRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.generics.AbstractInputTextRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.generics.UnknownPropertyTypeRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.java.FontRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.java.KeyValueRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.java.ListRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.java.ProxyRenderer
 
renderReadonly(Property<?>, String) - Method in class dk.heick.properties.web.renderer.java.StringPropertiesRenderer
 
renderReadonly(Property<?>, String) - Method in interface dk.heick.properties.web.renderer.PropertyTypeRenderer
Render the property value as readonly.
renderUnknownProperties(PropertyCollection) - Method in class dk.heick.properties.web.collections.PropertyCollectionRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.custom.ByteSizeRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.custom.FilenameFilterRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.custom.FileStructureRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.custom.HourIntervalsRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.custom.LatLngRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.custom.PasswordRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.custom.Point2DRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.custom.Point3DRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.custom.RangeRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.custom.SequenceRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.derived.DerivedRenderer
 
renderWriteable(Property<?>, String, Integer, String, String) - Method in class dk.heick.properties.web.renderer.generics.AbstractInputTextRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.generics.GenericInputTextRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.generics.UnknownPropertyTypeRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.BooleanDropdownRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.CharsetRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.CountryLocaleDropdownRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.DateTimeRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.EnumDropdownRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.FontRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.KeyValueRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.ListRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.ProxyRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.StringPropertiesRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.StringRenderer
 
renderWriteable(Property<?>, String, String) - Method in class dk.heick.properties.web.renderer.java.TimeZoneDropDownRenderer
 
renderWriteable(Property<?>, String, String) - Method in interface dk.heick.properties.web.renderer.PropertyTypeRenderer
Render form/forms to handle editing of the propety type.

S

SequenceRenderer - Class in dk.heick.properties.web.renderer.custom
 
SequenceRenderer() - Constructor for class dk.heick.properties.web.renderer.custom.SequenceRenderer
 
set(int, String) - Method in class dk.heick.properties.web.utils.StringListHandler
Updates/set an element in the list.
set(int, String, String) - Method in class dk.heick.properties.web.utils.StringListHandler
Updates/set an name/value pair in the list, automatically divide by pairDivider.
setDefaultTypeRenderer(PropertyTypeRenderer) - Method in class dk.heick.properties.web.collections.RendererFactory
Set the default renderer for PropertyTypes for where we do not find a renderer for class.
size() - Method in class dk.heick.properties.web.collections.RendererFactory
The number registrered renderers
size - Variable in class dk.heick.properties.web.renderer.custom.FilenameFilterRenderer
 
size - Variable in class dk.heick.properties.web.renderer.java.ListRenderer
 
size() - Method in class dk.heick.properties.web.utils.StringListHandler
The number of elements in the list.
sort() - Method in class dk.heick.properties.web.utils.StringListHandler
Sorts the list of elements.
StringListHandler - Class in dk.heick.properties.web.utils
String handling for an ordered list of sub elements.
StringListHandler(String, String, String) - Constructor for class dk.heick.properties.web.utils.StringListHandler
Default constructor for ordered name/value pairs in a ordered list.
StringListHandler(String, String) - Constructor for class dk.heick.properties.web.utils.StringListHandler
Default constructor for values in a ordered list.
StringPropertiesRenderer - Class in dk.heick.properties.web.renderer.java
 
StringPropertiesRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.java.StringPropertiesRenderer
 
StringRenderer - Class in dk.heick.properties.web.renderer.java
 
StringRenderer(Integer) - Constructor for class dk.heick.properties.web.renderer.java.StringRenderer
 

T

TD_EVEN_ROW - Static variable in interface dk.heick.properties.web.utils.CSSNames
Class for TABLE TD even rows.
TD_ODD_ROW - Static variable in interface dk.heick.properties.web.utils.CSSNames
Class for TABLE TD odd rows.
TH - Static variable in interface dk.heick.properties.web.utils.CSSNames
Class for TABLE TH.
TimeZoneDropDownRenderer - Class in dk.heick.properties.web.renderer.java
 
TimeZoneDropDownRenderer() - Constructor for class dk.heick.properties.web.renderer.java.TimeZoneDropDownRenderer
 
toString() - Method in class dk.heick.properties.web.utils.StringListHandler
Returns a string of the elements in the list divided by the element divider.
toString() - Method in class dk.heick.properties.web.utils.UrlAppender
 

U

UnknownPropertyTypeRenderer - Class in dk.heick.properties.web.renderer.generics
 
UnknownPropertyTypeRenderer() - Constructor for class dk.heick.properties.web.renderer.generics.UnknownPropertyTypeRenderer
 
UrlAppender - Class in dk.heick.properties.web.utils
A class to construct a URL.
UrlAppender(String) - Constructor for class dk.heick.properties.web.utils.UrlAppender
Constructor.

V

validIndex(int) - Method in class dk.heick.properties.web.utils.StringListHandler
Validates that index is valid for the elements.
valueOf(String) - Static method in enum dk.heick.properties.web.utils.Capitalization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dk.heick.properties.web.utils.WebAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dk.heick.properties.web.utils.WebName
Returns the enum constant of this type with the specified name.
values() - Static method in enum dk.heick.properties.web.utils.Capitalization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dk.heick.properties.web.utils.WebAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dk.heick.properties.web.utils.WebName
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebAction - Enum in dk.heick.properties.web.utils
Enum containing the different actions that be performed in the PropertyTypeRenderer implementations.
WebName - Enum in dk.heick.properties.web.utils
The different constants used in PropertyTypeRenderer implementations.
WebUtils - Class in dk.heick.properties.web.utils
Assorted utils for web generating.
WebUtils() - Constructor for class dk.heick.properties.web.utils.WebUtils
 
A B C D E F G H K L M P R S T U V W 
Skip navigation links