Plumtree UI Infrastructure API  
 

DisplayOptions Members

DisplayOptions overview

Public Instance Constructors

DisplayOptions Constructor Initializes a new instance of the DisplayOptions class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetDo508Checking This method returns whether or not to do 508 validity checking for HTMLElements. If this is true, HTMLElements will try to enforce that the developer does not make HTML that is not 508 compliant.
GetForceLineBreaksAfterSafeElements This method returns whether or not to use line breaks after elements where it does not affect the HTML output.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetImgBaseUrl Call this method to obtain the base url used for all HTMLImg objects being displayed
GetIsNetscape This method returns whether or not the browser is Netscape.
GetLang Get the value of the lang attribute.
GetStyleClassPrefix This method returns the style class prefix used for all HTMLElement objects being displayed.
GetType (inherited from Object)Gets the Type of the current instance.
SetDo508Checking This method sets whether or not to do 508 validity checking for HTMLElements. If this is true, HTMLElements will try to enforce that the developer does not make HTML that is not 508 compliant.
SetForceLineBreaksAfterSafeElements This method controls whether or not to use line breaks after elements where it does not affect the HTML output.
SetImgBaseUrl Call this method to set the base url used for all HTMLImg objects being displayed.

Call this method only on the root HTMLElement object. If you are building an HTMLPage, for example, call myPage.SetImgBaseUrl( "http://blah/" );. All nested HTMLImg objects may use the base url specified on the HTMLPage object.

HTMLImg objects may or may not use this base url specified.
SetIsNetscape This method sets whether or not the browser is Netscape. Certain HTMLElements will display differently on Netscape versus other browsers.
SetLang Set the value of the lang attribute.
SetStyleClassPrefix Call this method to set the style class prefix used for all HTMLElement objects being displayed.

Call this method only on the root HTMLElement object. If you are building an HTMLPage, for example, call myPage.SetStyleClassPrefix( "PREFIX" );. All nested objects may use the prefix specified on the HTMLPage object.

ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DisplayOptions Class | com.plumtree.xpshared.htmlelements Namespace