|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.wabit.report.Layout.LayoutVarContext
public class Layout.LayoutVarContext
| Constructor Summary | |
|---|---|
Layout.LayoutVarContext()
|
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getVariableNames()
Returns the set of all defined variable names in this context. |
java.lang.Object |
getVariableValue(java.lang.String name,
java.lang.Object defaultValue)
Returns the value of the named variable, or the given default value if the variable is not defined. |
java.util.Map<java.lang.String,java.lang.Object> |
getVars()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Layout.LayoutVarContext()
| Method Detail |
|---|
public java.util.Set<java.lang.String> getVariableNames()
VariableContext
getVariableNames in interface VariableContext
public java.lang.Object getVariableValue(java.lang.String name,
java.lang.Object defaultValue)
VariableContextVariableContext.getVariableNames().
getVariableValue in interface VariableContextname - The name of the variabledefaultValue - The value to return if the variable is not defined
public java.util.Map<java.lang.String,java.lang.Object> getVars()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||