Class: cWebBaseUIObject [Abstract]

Properties  Events  Methods    Index of Classes

Base class for Web Objects that model some of the client-side user interface.

This is an abstract class and should never be used by a developer for object instantiation. While a developer could use this class for sub-classing, it is not encouraged.

Hierarchy

cObject
---cWebObject
------cWebBaseUIObject
---------cWebApp
---------cWebBaseDEOServer
---------cWebCommandBar
---------cWebListSwipeButton
---------cWebMenuItem

Library: Web Application Class Library

Package: cWebBaseUIObject.pkg

Mixins: cWebDragDropMixin

Description

Base class for Web Objects that model some of the client-side user interface.

There are three properties that can be used to manage the visibility of a Web Control. Those properties are pbEnabled, pbVisible and pbRender.