|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertiesInfo
The PropertiesInfo
interface provides users various
jet.webreport.beans.Property
of report, page, components
and so on.
This interface is for Page Reports (.cls), not Web Reports (.wls) and Library Components (.lc).
Method Summary | |
---|---|
java.util.Iterator |
getAllProperties()
Returns all Property in Iterator |
java.lang.String[] |
getAllPropertyNames()
Returns all property names in a string array. |
Property |
getProperty(java.lang.String name)
Returns jet.webreport.beans.Property instance
with the specified property name. |
Method Detail |
---|
java.util.Iterator getAllProperties()
Property
in Iterator
Iterator
Property
java.lang.String[] getAllPropertyNames()
Property
Property getProperty(java.lang.String name)
jet.webreport.beans.Property
instance
with the specified property name.
name
- the property name.
Property
Property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |