|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.util.styling.IlvCSSFunction
ilog.cpl.css.function.IlpConvertionFunction
ilog.cpl.css.function.IlpFormatFunction
public class IlpFormatFunction
Function to convert a value to a String based on the given Format.
The function should be defined as follows:
aString : '@|format(#formatBean, args)'
This definition converts the given value to a String based on the given format.
Arguments:
String according to the
given format.
If the function argument is not valid or cannot be converted, an
IllegalArgumentException exception will be thrown.
Format,
IlpDecimalFormat,
IlpMessageFormat,
IlpSimpleDateFormat,
Serialized Form| Constructor Summary | |
|---|---|
IlpFormatFunction()
Default constructor. |
|
IlpFormatFunction(IlpContext context)
Constructor. |
|
| Method Summary | |
|---|---|
Object |
call(Object[] args,
Class type,
ilog.views.util.css.IlvCSSModel model,
Object node,
Object target,
Object closure)
Method called to execute the function. |
String |
getDelimiters()
Returns the delimiters of the function parameters. |
String |
getName()
Retrieves the name of the function. |
boolean |
returnDelimitersAsToken()
Returns true whether the delimiters are returned also as token. |
| Methods inherited from class ilog.cpl.css.function.IlpConvertionFunction |
|---|
convertColor, getContext |
| Methods inherited from class ilog.views.util.styling.IlvCSSFunction |
|---|
getImportance, getShortDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpFormatFunction()
It has no arguments and gets the default application context.
public IlpFormatFunction(IlpContext context)
context - A context to be used by the function.| Method Detail |
|---|
public String getName()
getName in class IlvCSSFunctionIlvCSSFunctionpublic String getDelimiters()
getDelimiters in class IlvCSSFunctionpublic boolean returnDelimitersAsToken()
true whether the delimiters are returned also as token.
returnDelimitersAsToken in class IlvCSSFunctionfalse means the delimiters are discarded.
public Object call(Object[] args,
Class type,
ilog.views.util.css.IlvCSSModel model,
Object node,
Object target,
Object closure)
call in class IlvCSSFunctionargs - List of arguments passed to the function.type - Expected type of the object returned by the function.model - The CSS model being used.node - Current model object being called ontarget - The target object where the returned object will be applied.closure - An object set by
IlvCSSBeans.setFunctionClosure(java.lang.Object)
String.IlvCSSFunction
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||