com.stratelia.webactiv.util.viewGenerator.html
Interface SimpleGraphicElement

All Known Subinterfaces:
ArrayPane, Board, BrowseBar, Button, ButtonPane, Calendar, Frame, Icon, IconPane, NavigationList, OperationPane, Pagination, ProgressMessage, TabbedPane, Window
All Known Implementing Classes:
AbstractArrayPane, AbstractBoard, AbstractBrowseBar, AbstractButton, AbstractButtonPane, AbstractCalendar, AbstractFrame, AbstractIcon, AbstractIconPane, AbstractNavigationList, AbstractOperationPane, AbstractPagination, AbstractProgressMessage, AbstractTabbedPane, AbstractWindow, ArrayCellButton, ArrayCellCheckbox, ArrayCellIconPane, ArrayCellInputText, ArrayCellLink, ArrayCellRadio, ArrayCellSelect, ArrayCellText, ArrayColumn, ArrayEmptyCell, ArrayLine, ArrayPaneSilverpeasV5, ArrayPaneWithDataSource, BoardSilverpeasV5, BrowseBarComplete, ButtonPaneWA2, ButtonSilverpeasV5, CalendarWA1, FormButton, FormButtonsLine, FormButtonSubmit, FormHidden, FormLabel, FormLine, FormPane, FormPaneWA, FormPassword, FormSelect, FormTextArea, FormTextField, FrameSilverpeasV5, IconPaneWA, IconWA, NavigationListSilverpeasV5, OperationPaneSilverpeasV5Web20, PaginationSilverpeasV5, PaginationSP, ProgressMessageSilverpeasV5, TabbedPaneSilverpeasV5, WindowWeb20V5, WindowWithContextualDiv

public interface SimpleGraphicElement

All graphic elements from the viewGenerator package have to implement this interface. It will enable an object (button, tab ...) to be printed in an html format.

Version:
1.0
Author:
neysseri

Method Summary
 String print()
          Print an html representation for this object.
 

Method Detail

print

String print()
Print an html representation for this object.

Returns:
The html representation for this object.


Copyright © 2016 Silverpeas. All Rights Reserved.