Package thing

Class ThinletDTD.Property

java.lang.Object
thing.ThinletDTD.Property
All Implemented Interfaces:
Comparable
Enclosing class:
ThinletDTD

public static class ThinletDTD.Property extends Object implements Comparable
A Property represents an attribute of a Thinlet component, such as "width", "name" or "action".

Note that Properties are comparable. The default sort order is to sort by its parenting widget first, then by name.