Interface IStyleInfo
- All Known Subinterfaces:
IStyle
public interface IStyleInfo
Title:
Description:
Copyright: Copyright (c) 2000
Company: Datachannel
-
Method Summary
Modifier and TypeMethodDescriptiongetCss()
gets the CSS namegetIcon()
Gets the icon namegetPath()
gets the css pathvoid
putStyleInfo
(String icon, String css, String path) directly set cached info (will not alter DB storage)void
setStyleInfo
(String icon, String css, String path) sets all members in a single call (most efficient) and WILL result in a *single* DB call
-
Method Details
-
getIcon
Gets the icon name- Throws:
MetaException
-
getCss
gets the CSS name- Throws:
MetaException
-
getPath
gets the css path- Throws:
MetaException
-
putStyleInfo
directly set cached info (will not alter DB storage) -
setStyleInfo
sets all members in a single call (most efficient) and WILL result in a *single* DB call- Throws:
MetaException
-