RichFaces Features

In this topic, we will learn about the RichFaces features. Features JSF IntegrationError handlingResource LoadingProcessing ManagementSkinabilityComponent Development KitAjax components JSF Integration The RichFaces is an advanced UI component framework which…

Continue ReadingRichFaces Features

RichFaces

RichFaces topics provides basic and advanced concepts of Richfaces. It is an open-source, advanced user interface component framework that is used to easily integrate Ajax capabilities into the JavaServer application.…

Continue ReadingRichFaces

AWT PopupMenu Class

  • Post author:
  • Post category:AWT
  • Post comments:1 Comment

Introduction PopupMenu class represents a menu which can be dynamically popped up at a specified position within a component. Class declaration Following is the declaration for java.awt.PopupMenu class: public class CheckboxMenuItem extends…

Continue ReadingAWT PopupMenu Class

AWT Menu Class

  • Post author:
  • Post category:AWT
  • Post comments:0 Comments

Introduction The Menu class represents pull-down menu component which is deployed from a menu bar. Class declaration Following is the declaration for java.awt.Menu class: public class Menu extends MenuItem implements MenuContainer, Accessible…

Continue ReadingAWT Menu Class

AWT MenuBar Class

  • Post author:
  • Post category:AWT
  • Post comments:0 Comments

Introduction The MenuBar class provides a menu bar bound to a frame and is platform-specific. Class declaration Following is the declaration for java.awt.MenuBar class: public class MenuBar extends MenuComponent implements MenuContainer, Accessible…

Continue ReadingAWT MenuBar Class