Package org.openxava.web.style
Class XavaStyle
- java.lang.Object
-
- org.openxava.web.style.Style
-
- org.openxava.web.style.XavaStyle
-
@Deprecated public class XavaStyle extends Style
Deprecated.Since v7.1 as Style parent class.- Since:
- 6.0
- Author:
- Javier Paniza
-
-
Constructor Summary
Constructors Constructor Description XavaStyle()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringgetBodyClass(javax.servlet.http.HttpServletRequest request)Deprecated.doublegetCollectionAdjustment()Deprecated.Pixels to add/substract from list width to a correct adjustament.java.lang.StringgetCssFile()Deprecated.java.lang.StringgetFrame()Deprecated.java.lang.StringgetHelpImage()Deprecated.static StylegetInstance()Deprecated.doublegetListAdjustment()Deprecated.Pixels to add/substract from list width to a correct adjustament.java.lang.StringgetMinimizeImage()Deprecated.If it starts with '/' the URI is absolute, otherwise the context path is inserted before.java.lang.StringgetRemoveImage()Deprecated.If it starts with '/' the URI is absolute, otherwise the context path is inserted before.java.lang.StringgetRestoreImage()Deprecated.If it starts with '/' the URI is absolute, otherwise the context path is inserted before.java.lang.StringgetSectionBarEndDecoration()Deprecated.java.lang.StringgetSectionBarStartDecoration()Deprecated.-
Methods inherited from class org.openxava.web.style.Style
allowsResizeColumns, getActionImage, getActionLabel, getActionLink, getActive, getActiveSection, getActiveSectionTabEndDecoration, getActiveSectionTabStartDecoration, getAttachedFile, getBottomButtons, getBrowser, getButtonBarContainer, getButtonBarImage, getCharts, getChartType, getChartXColumn, getCollection, getCollectionFrameHeaderStartDecoration, getCollectionListActions, getCoreEndDecoration, getCoreStartDecoration, getCurrentRow, getCurrentRowCell, getCustomizeControls, getDefaultModeController, getDescriptionsList, getEditor, getEditorSuffix, getEditorWrapper, getErrorEditor, getFilterCell, getFirst, getFrameActions, getFrameActionsEndDecoration, getFrameActionsStartDecoration, getFrameContent, getFrameContentEndDecoration, getFrameContentStartDecoration, getFrameContentStartDecoration, getFrameHeaderEndDecoration, getFrameHeaderStartDecoration, getFrameHeaderStartDecoration, getFrameHeaderStartDecoration, getFrameSibling, getFrameSpacing, getFrameTitle, getFrameTitleEndDecoration, getFrameTitleLabel, getFrameTitleStartDecoration, getFrameTotals, getFrameTotalsLabel, getFrameTotalsValue, getFullFrame, getHalfFrame, getHeaderListCount, getHelp, getIcon, getIconInList, getImagesFolder, getInfos, getInitThemeScript, getLabel, getLast, getLayoutContent, getLayoutDataCell, getLayoutLabelCell, getLayoutRowSpacer, getListCellSpacing, getListInfo, getListMode, getListOddEvents, getListOddSelected, getListOrderBy, getListPairEvents, getListPairSelected, getListSubheader, getListTitle, getListTitleWrapper, getMessages, getMessagesWrapper, getMetaTags, getModuleDescription, getMoney, getNextPageNavigationEvents, getPageNavigation, getPageNavigationArrow, getPageNavigationArrowDisable, getPageNavigationImage, getPageNavigationPages, getPageNavigationSelected, getPageNavigationSelectedImage, getPreviousPageNavigationEvents, getPropertyLeftMargin, getRadioButtons, getReadOnlyHtmlText, getRequiredEditor, getResizeColumns, getRowsPerPage, getSection, getSections, getSectionTab, getSectionTabEndDecoration, getSectionTableAttributes, getSectionTabStartDecoration, getSectionTabStartDecoration, getSelectedListFormat, getSelectedRow, getSetHtmlFunction, getSmallLabel, getSortIndicator, getSortIndicator2, getSubcontrollerSelected, getSubscribed, getTotalRow, getUnsubscribed, getView, getWarnings, isAlignHeaderAsData, isApplySelectedStyleToCellInList, isChangingPageRowCountAllowed, isFirefox, isFixedPositionSupported, isHelpAvailable, isHideRowsAllowed, isIE, isIE6, isIE7, isSeparatorBeforeBottomButtons, isSeveralActionsPerRow, isShowImageInButtonBarButton, isShowModuleDescription, isShowPageNumber, isShowRowCountOnTop, isUseIconsInsteadOfImages, isUseLinkForNoButtonBarAction, isUseStandardImageActionForOnlyImageActionOnButtonBar, setBrowser
-
-
-
-
Method Detail
-
getBodyClass
public static java.lang.String getBodyClass(javax.servlet.http.HttpServletRequest request)
Deprecated.
-
getInstance
public static Style getInstance()
Deprecated.
-
getCssFile
public java.lang.String getCssFile()
Deprecated.- Overrides:
getCssFilein classStyle
-
getHelpImage
public java.lang.String getHelpImage()
Deprecated.- Overrides:
getHelpImagein classStyle
-
getMinimizeImage
public java.lang.String getMinimizeImage()
Deprecated.Description copied from class:StyleIf it starts with '/' the URI is absolute, otherwise the context path is inserted before.- Overrides:
getMinimizeImagein classStyle
-
getRemoveImage
public java.lang.String getRemoveImage()
Deprecated.Description copied from class:StyleIf it starts with '/' the URI is absolute, otherwise the context path is inserted before.- Overrides:
getRemoveImagein classStyle
-
getRestoreImage
public java.lang.String getRestoreImage()
Deprecated.Description copied from class:StyleIf it starts with '/' the URI is absolute, otherwise the context path is inserted before.- Overrides:
getRestoreImagein classStyle
-
getListAdjustment
public double getListAdjustment()
Deprecated.Description copied from class:StylePixels to add/substract from list width to a correct adjustament.- Overrides:
getListAdjustmentin classStyle- Since:
- 5.1.1
-
getCollectionAdjustment
public double getCollectionAdjustment()
Deprecated.Description copied from class:StylePixels to add/substract from list width to a correct adjustament.- Overrides:
getCollectionAdjustmentin classStyle- Since:
- 5.1.1
-
getSectionBarStartDecoration
public java.lang.String getSectionBarStartDecoration()
Deprecated.- Overrides:
getSectionBarStartDecorationin classStyle
-
getSectionBarEndDecoration
public java.lang.String getSectionBarEndDecoration()
Deprecated.- Overrides:
getSectionBarEndDecorationin classStyle
-
-