Class NameValuePair<T>

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    CSSInlineStyle, JSObject

    public abstract class NameValuePair<T>
    extends TokenSeparatedValues
    This is the abstract class that helps to generate the notations for name pairs 1. Inline Styles. eg. padding:1px ; color:#FF0000; 2. Javscript Objects. eg. {name:"josh" , age : "44"} as both are the same thing except it is used at different points (1) in "style=" and (2) in javascript this abstract class handles the basic concatenation of these name/value pairs and generate the "dhtml"
    Author:
    josh
    See Also:
    Serialized Form
    • Constructor Detail

      • NameValuePair

        public NameValuePair()
        construct