Class HCFrame
- java.lang.Object
-
- com.helger.html.hc.impl.AbstractHCNode
-
- com.helger.html.hc.html.AbstractHCElement<HCFrame>
-
- com.helger.html.hc.html.deprecated.HCFrame
-
- All Implemented Interfaces:
com.helger.commons.hierarchy.IHasChildren<IHCNode>,com.helger.commons.hierarchy.IHasChildrenRecursive<IHCNode>,com.helger.commons.hierarchy.IHasChildrenSorted<IHCNode>,com.helger.commons.traits.IGenericImplTrait<HCFrame>,IHCElement<HCFrame>,IHCHasCSSClasses<HCFrame>,IHCHasCSSStyles<HCFrame>,IHCHasID<HCFrame>,IHCNode,Serializable
@Deprecated(forRemoval=false) public class HCFrame extends AbstractHCElement<HCFrame>
Deprecated.Represents an HTML <frame> element- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEFAULT_FRAME_BORDERDeprecated.By default a frame border is visiblestatic booleanDEFAULT_NO_RESIZEDeprecated.By default resize is allowed-
Fields inherited from class com.helger.html.hc.html.AbstractHCElement
DEFAULT_HIDDEN, DEFAULT_SPELLCHECK, DEFAULT_TRANSLATE, DEFAULT_UNFOCUSABLE
-
Fields inherited from interface com.helger.html.hc.html.IHCElement
DEFAULT_TABINDEX
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidfillMicroElement(com.helger.xml.microdom.IMicroElement aElement, IHCConversionSettingsToNode aConversionSettings)Deprecated.Set all attributes and child elements of this objectStringgetLongDesc()Deprecated.intgetMarginHeight()Deprecated.intgetMarginWidth()Deprecated.StringgetName()Deprecated.EHCScrollinggetScrolling()Deprecated.StringgetSrc()Deprecated.booleanisFrameBorder()Deprecated.booleanisNoResize()Deprecated.HCFramesetFrameBorder(boolean bFrameBorder)Deprecated.HCFramesetLongDesc(String sLongDesc)Deprecated.HCFramesetMarginHeight(int nMarginHeight)Deprecated.HCFramesetMarginWidth(int nMarginWidth)Deprecated.HCFramesetName(String sName)Deprecated.HCFramesetNoResize(boolean bNoResize)Deprecated.HCFramesetScrolling(EHCScrolling eScrolling)Deprecated.HCFramesetSrc(String sSrc)Deprecated.StringtoString()Deprecated.-
Methods inherited from class com.helger.html.hc.html.AbstractHCElement
addClass, addEventHandler, addStyle, containsClass, containsEventHandler, containsStyle, createMicroElement, customAttrs, finishMicroElement, getAccessKey, getAllClasses, getAllClassesAsString, getAllClassNames, getAllStyles, getAllStylesAsString, getAllStyleValues, getContentEditable, getDirection, getDraggable, getElement, getEventHandler, getEventMap, getID, getLanguage, getRole, getStyleValue, getTabIndex, getTagName, getTitle, getTranslate, hasAnyClass, hasAnyStyle, hasStyle, internalConvertToMicroNode, isHidden, isSpellCheck, isTranslateOff, isTranslateOn, isTranslateUndefined, isUnfocusable, isValidID, onConsistencyCheck, onFinalizeNodeState, prependEventHandler, removeAllClasses, removeAllEventHandler, removeAllStyles, removeClass, removeStyle, setAccessKey, setContentEditable, setDirection, setDraggable, setEventHandler, setHidden, setID, setID, setLanguage, setRole, setSpellCheck, setTabIndex, setTitle, setTranslate, setUnfocusable
-
Methods inherited from class com.helger.html.hc.impl.AbstractHCNode
canConvertToMicroNode, consistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, findFirstChild, findFirstChildMapped, forAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getAllChildren, getChildAtIndex, getChildCount, getChildren, getFirstChild, getLastChild, getNodeState, getPlainText, hasChildren, internalSetNodeState, onCustomizeNode, onRegisterExternalResources, registerExternalResources
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.commons.hierarchy.IHasChildren
forAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getChildCount, getChildren, hasChildren, hasNoChildren
-
Methods inherited from interface com.helger.commons.hierarchy.IHasChildrenRecursive
forAllChildrenRecursive, forAllChildrenRecursive
-
Methods inherited from interface com.helger.commons.hierarchy.IHasChildrenSorted
findFirstChild, findFirstChildMapped, getAllChildren, getChildAtIndex, getFirstChild, getLastChild
-
Methods inherited from interface com.helger.html.hc.html.IHCElement
setTranslate, withCustomAttrs
-
Methods inherited from interface com.helger.html.hc.html.IHCHasCSSClasses
addClasses, addClasses, addClasses
-
Methods inherited from interface com.helger.html.hc.html.IHCHasCSSStyles
addStyle, addStyles, addStyles, addStyles
-
Methods inherited from interface com.helger.html.hc.IHCHasID
ensureID, hasID, hasNoID, setUniqueID
-
Methods inherited from interface com.helger.html.hc.IHCNode
canConvertToMicroNode, consistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, getNodeState, getPlainText, registerExternalResources
-
-
-
-
Field Detail
-
DEFAULT_FRAME_BORDER
public static final boolean DEFAULT_FRAME_BORDER
Deprecated.By default a frame border is visible- See Also:
- Constant Field Values
-
DEFAULT_NO_RESIZE
public static final boolean DEFAULT_NO_RESIZE
Deprecated.By default resize is allowed- See Also:
- Constant Field Values
-
-
Method Detail
-
isFrameBorder
public final boolean isFrameBorder()
Deprecated.
-
getMarginWidth
public final int getMarginWidth()
Deprecated.
-
getMarginHeight
public final int getMarginHeight()
Deprecated.
-
isNoResize
public final boolean isNoResize()
Deprecated.
-
getScrolling
@Nullable public final EHCScrolling getScrolling()
Deprecated.
-
setScrolling
@Nonnull public final HCFrame setScrolling(@Nullable EHCScrolling eScrolling)
Deprecated.
-
fillMicroElement
protected void fillMicroElement(com.helger.xml.microdom.IMicroElement aElement, IHCConversionSettingsToNode aConversionSettings)Deprecated.Description copied from class:AbstractHCElementSet all attributes and child elements of this object- Overrides:
fillMicroElementin classAbstractHCElement<HCFrame>- Parameters:
aElement- The current micro element to be filled. Nevernull.aConversionSettings- The conversion settings to be used. Nevernull.
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classAbstractHCElement<HCFrame>
-
-