Uses of Class
org.zkoss.idom.Attribute
-
Packages that use Attribute Package Description org.zkoss.idom org.zkoss.idom.input -
-
Uses of Attribute in org.zkoss.idom
Fields in org.zkoss.idom with type parameters of type Attribute Modifier and Type Field Description protected java.util.List<Attribute>Element. _attrsThe attributes.Methods in org.zkoss.idom that return Attribute Modifier and Type Method Description AttributeAttributable. getAttributeItem(java.lang.String tname)Gets the attribute with the tag name.AttributeAttributable. getAttributeItem(java.lang.String namespace, java.lang.String name, int mode)Gets the first attribute that matches the specified criteria.AttributeElement. getAttributeItem(java.lang.String tname)AttributeElement. getAttributeItem(java.lang.String namespace, java.lang.String name, int mode)AttributeAttributable. setAttribute(Attribute attr)Adds the giving attribute.AttributeElement. setAttribute(Attribute attr)AttributeAttributable. setAttributeValue(java.lang.String tname, java.lang.String value)Sets the value of the attribute with the giving tag name.AttributeElement. setAttributeValue(java.lang.String tname, java.lang.String value)Methods in org.zkoss.idom that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>Attributable. getAttributeItems()Returns all attributes of this object.java.util.List<Attribute>Element. getAttributeItems()java.util.List<Attribute>Attributable. getAttributes(java.lang.String namespace, java.lang.String name, int mode)Gets a list of attributes of the specified criteria.java.util.List<Attribute>Element. getAttributes(java.lang.String namespace, java.lang.String name, int mode)protected java.util.List<Attribute>Element. newAttrArray()Creates an empty list of attributes.Methods in org.zkoss.idom with parameters of type Attribute Modifier and Type Method Description protected voidElement.AttrArray. onAdd(Attribute newElement, Attribute followingElement)protected voidElement.AttrArray. onRemove(Attribute item)protected voidElement.AttrArray. onSet(Attribute newElement, Attribute replaced)AttributeAttributable. setAttribute(Attribute attr)Adds the giving attribute.AttributeElement. setAttribute(Attribute attr) -
Uses of Attribute in org.zkoss.idom.input
Methods in org.zkoss.idom.input that return Attribute Modifier and Type Method Description AttributeDefaultIDOMFactory. newAttribute(java.lang.String lname, java.lang.String value)AttributeDefaultIDOMFactory. newAttribute(Namespace ns, java.lang.String lname, java.lang.String value)AttributeIDOMFactory. newAttribute(java.lang.String lname, java.lang.String value)Creates an Attribute without namespace.AttributeIDOMFactory. newAttribute(Namespace ns, java.lang.String lname, java.lang.String value)Creates an Attribute with namespace.
-