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.String
getBodyClass(javax.servlet.http.HttpServletRequest request)
Deprecated.double
getCollectionAdjustment()
Deprecated.Pixels to add/substract from list width to a correct adjustament.java.lang.String
getCssFile()
Deprecated.java.lang.String
getFrame()
Deprecated.java.lang.String
getHelpImage()
Deprecated.static Style
getInstance()
Deprecated.double
getListAdjustment()
Deprecated.Pixels to add/substract from list width to a correct adjustament.java.lang.String
getMinimizeImage()
Deprecated.If it starts with '/' the URI is absolute, otherwise the context path is inserted before.java.lang.String
getRemoveImage()
Deprecated.If it starts with '/' the URI is absolute, otherwise the context path is inserted before.java.lang.String
getRestoreImage()
Deprecated.If it starts with '/' the URI is absolute, otherwise the context path is inserted before.java.lang.String
getSectionBarEndDecoration()
Deprecated.java.lang.String
getSectionBarStartDecoration()
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:
getCssFile
in classStyle
-
getHelpImage
public java.lang.String getHelpImage()
Deprecated.- Overrides:
getHelpImage
in classStyle
-
getMinimizeImage
public java.lang.String getMinimizeImage()
Deprecated.Description copied from class:Style
If it starts with '/' the URI is absolute, otherwise the context path is inserted before.- Overrides:
getMinimizeImage
in classStyle
-
getRemoveImage
public java.lang.String getRemoveImage()
Deprecated.Description copied from class:Style
If it starts with '/' the URI is absolute, otherwise the context path is inserted before.- Overrides:
getRemoveImage
in classStyle
-
getRestoreImage
public java.lang.String getRestoreImage()
Deprecated.Description copied from class:Style
If it starts with '/' the URI is absolute, otherwise the context path is inserted before.- Overrides:
getRestoreImage
in classStyle
-
getListAdjustment
public double getListAdjustment()
Deprecated.Description copied from class:Style
Pixels to add/substract from list width to a correct adjustament.- Overrides:
getListAdjustment
in classStyle
- Since:
- 5.1.1
-
getCollectionAdjustment
public double getCollectionAdjustment()
Deprecated.Description copied from class:Style
Pixels to add/substract from list width to a correct adjustament.- Overrides:
getCollectionAdjustment
in classStyle
- Since:
- 5.1.1
-
getSectionBarStartDecoration
public java.lang.String getSectionBarStartDecoration()
Deprecated.- Overrides:
getSectionBarStartDecoration
in classStyle
-
getSectionBarEndDecoration
public java.lang.String getSectionBarEndDecoration()
Deprecated.- Overrides:
getSectionBarEndDecoration
in classStyle
-
-