Uiinfrastructure API Docs  
 

DisplayOptions Members

DisplayOptions overview

Public Instance Constructors

icon DisplayOptions Constructor Initializes a new instance of the DisplayOptions class.

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetDo508Checking 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.
iconGetForceLineBreaksAfterSafeElements This method returns whether or not to use line breaks after elements where it does not affect the HTML output.
iconGetHashCode (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.
iconGetImgBaseUrl Call this method to obtain the base url used for all HTMLImg objects being displayed
iconGetIsNetscape This method returns whether or not the browser is Netscape.
iconGetLang Get the value of the lang attribute.
iconGetStyleClassPrefix This method returns the style class prefix used for all HTMLElement objects being displayed.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconSetDo508Checking 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.
iconSetForceLineBreaksAfterSafeElements This method controls whether or not to use line breaks after elements where it does not affect the HTML output.
iconSetImgBaseUrl 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.
iconSetIsNetscape This method sets whether or not the browser is Netscape. Certain HTMLElements will display differently on Netscape versus other browsers.
iconSetLang Set the value of the lang attribute.
iconSetStyleClassPrefix 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.

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

Protected Instance Methods

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

See Also

DisplayOptions Class | com.plumtree.xpshared.htmlelements Namespace