Uses of Class
thing.ThinletDTD.Property
Packages that use ThinletDTD.Property
-
Uses of ThinletDTD.Property in thing
Methods in thing that return ThinletDTD.PropertyModifier and TypeMethodDescriptionstatic ThinletDTD.Property[]ThinletDTD.getProperties(String classname) ThinletDTD.Widget.getProperties()static ThinletDTD.PropertyPropertyManager.getProperty(Object component, String propName) static ThinletDTD.PropertyThinletDTD.getProperty(String classname, String propName) ThinletDTD.Widget.getProperty(String propName) Methods in thing with parameters of type ThinletDTD.PropertyModifier and TypeMethodDescriptionstatic StringPropertyManager.getDefaultValueString(ThinletDTD.Property property) PropertyManager.getValue(Object component, ThinletDTD.Property property) PropertyManager.getValueString(Object component, ThinletDTD.Property property) voidPropertyManager.setValue(Object component, ThinletDTD.Property property, String value) Set a property value for the specified component.