public interface BrowserProvider extends RequestClient
限定符和类型 | 方法和说明 |
---|---|
boolean |
addHiddenTRAhead()
是否在前面增加空白tr IE67冻结需要
|
boolean |
countHiddenItemForSpan()
Span是否会考虑隐藏行
|
boolean |
fixFrozenOffsetByBorder()
冻结调整偏移
|
boolean |
fixRowByBorder()
根据边框调整行高 ie67冻结
|
java.lang.String |
getBrowser()
返回浏览器.
|
java.lang.String |
getFlashPlayerInstallerURL()
返回FlashPlayer的解压URL
|
boolean |
isFireFox()
是否为FireFox
|
boolean |
isIE11()
是否为ie11
|
boolean |
isNeedAppendBlankTD()
是否需要补充空白tr
|
boolean |
isNoBlurInImage()
是否需要屏蔽 图片选中时焦点虚线
|
boolean |
isQuirksModel()
是否为怪异模式
|
boolean |
isUseTDWidthInTable()
是否使用table中的td 宽度属性.
|
boolean |
isWebkit()
是否是webkit内核
|
boolean |
justDealWithTheHiddenRowsOfTail(boolean isTrandition)
为Tail处理隐藏的行.
|
boolean |
needAdjustLineHeight()
是否需要调整Line-Height
|
boolean |
shouldAddHiddenTr()
是否添加隐藏的Tr
|
boolean |
shouldConsiderHeavyTD()
是否考虑头部的TD
|
boolean |
shouldConsiderLineBorder()
是否考虑折线边框
|
boolean |
shouldConsiderVML()
是否考虑VML
|
boolean |
shouldDoSomeStuff4MissingRightBorderOfTable()
是否为缺失的右边框做些..
|
boolean |
shouldModifyWidth4PainterAccordingToBorderWidth()
是否改变宽度 适应边框宽度.
|
boolean |
shouldRelativePosition4ZoomCSS()
是否为zoomcss使用相对位置
|
boolean |
shouldWrapCenter()
是否处理Center
|
boolean |
shouldWriteResizableFeature()
是否write可变大小的Feature
|
boolean |
skipEmptyPart()
是否跳过空的冻结部分 IE6需要
|
boolean |
supportBoxModel()
是否为盒型模式.
|
boolean |
supportCanvas()
是否支持canvas
|
boolean |
supportTransparentImage()
是否支持透明图片
|
isIE, isLowIEVersion
java.lang.String getBrowser()
java.lang.String getFlashPlayerInstallerURL()
boolean isIE11()
boolean isWebkit()
boolean isFireFox()
boolean isQuirksModel()
boolean shouldWrapCenter()
boolean shouldRelativePosition4ZoomCSS()
boolean shouldConsiderVML()
boolean supportCanvas()
boolean shouldWriteResizableFeature()
boolean supportBoxModel()
boolean shouldConsiderHeavyTD()
boolean shouldDoSomeStuff4MissingRightBorderOfTable()
boolean shouldConsiderLineBorder()
boolean justDealWithTheHiddenRowsOfTail(boolean isTrandition)
isTrandition
- 是否非page或viewboolean shouldAddHiddenTr()
boolean shouldModifyWidth4PainterAccordingToBorderWidth()
boolean supportTransparentImage()
boolean isUseTDWidthInTable()
boolean isNoBlurInImage()
boolean needAdjustLineHeight()
boolean countHiddenItemForSpan()
boolean skipEmptyPart()
boolean addHiddenTRAhead()
boolean fixRowByBorder()
boolean fixFrozenOffsetByBorder()
boolean isNeedAppendBlankTD()