com.oktiva.mogno.html
Class Frame

java.lang.Object
  extended bycom.oktiva.mogno.Component
      extended bycom.oktiva.mogno.Visual
          extended bycom.oktiva.mogno.EmptyTag
              extended bycom.oktiva.mogno.html.Frame
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
ActionFrame

public class Frame
extends EmptyTag

FRAME tag (defined by W3C)

Version:
$Id: Frame.java,v 1.1.1.1 2005/01/05 16:53:06 ruoso Exp $
See Also:
Frameset, Iframe, Noframes

Field Summary
 java.lang.String frameborder
          HTML attribute
 java.lang.String longdesc
          HTML attribute
 java.lang.String marginheight
          HTML attribute
 java.lang.String marginwidth
          HTML attribute
 java.lang.String noresize
          HTML attribute
 java.lang.String scrolling
          HTML attribute
 java.lang.String src
          HTML attribute
 
Fields inherited from class com.oktiva.mogno.EmptyTag
afterEnd
 
Fields inherited from class com.oktiva.mogno.Visual
evOnShow, evOnSyntaxError, gridHeight, gridWeightX, gridWeightY, gridWidth, id, lastError, left, parent, problematic, style, styleClass, title, top
 
Fields inherited from class com.oktiva.mogno.Component
bag, componentFiler, componentFilerParams, designing, eventQueue, evOnCreate, name, owned, ownedClasses, owner, tag, xmlFileName
 
Constructor Summary
Frame()
           
 
Method Summary
 java.lang.String getFrameborder()
           
 java.lang.String getLongdesc()
           
 java.lang.String getMarginheight()
           
 java.lang.String getMarginwidth()
           
 java.lang.String getNoresize()
           
 java.lang.String getScrolling()
           
 java.lang.String getSrc()
           
 java.util.Vector htmlAttributes()
          Valid HTML attributes for this component.
 void setFrameborder(java.lang.String frameborder)
           
 void setLongdesc(java.lang.String longdesc)
           
 void setMarginheight(java.lang.String marginheight)
           
 void setMarginwidth(java.lang.String marginwidth)
           
 void setNoresize(java.lang.String noresize)
           
 void setScrolling(java.lang.String scrolling)
           
 void setSrc(java.lang.String src)
           
 
Methods inherited from class com.oktiva.mogno.EmptyTag
show
 
Methods inherited from class com.oktiva.mogno.Visual
buildHtmlAttributes, cellhalignHtmlAttributes, cellvalignHtmlAttributes, checkSyntax, coreHtmlAttributes, descendentOf, eventsHtmlAttributes, getEvOnShow, getEvOnSyntaxError, getGridHeight, getGridWeightX, getGridWeightY, getGridWidth, getId, getLastError, getLeft, getParent, getStyle, getStyleClass, getTitle, getTop, i18nHtmlAttributes, localizableAttributes, receiveRequest, setEvOnShow, setEvOnSyntaxError, setGridHeight, setGridWeightX, setGridWeightY, setGridWidth, setId, setLastError, setLeft, setParent, setStyle, setStyleClass, setTitle, setTop, showHtmlAttributes
 
Methods inherited from class com.oktiva.mogno.Component
attribsHash, createOwnedComponents, dispatch, dispatchAll, dispatchFunction, eventParamTypes, eventParamValues, freeChild, getApplication, getAttrsTypes, getBag, getChild, getChildClass, getClone, getEvOnCreate, getFromBag, getName, getOrderedChildNames, getOwner, initialize, initialize, initialize, initialize, isDesigning, listChilds, nonAttributeGetters, putInBag, queue, registerChild, removeFromBag, serializedBag, setBag, setComponentFiler, setComponentFilerParams, setDesigning, setEvOnCreate, setName, setOwner, setProperties, store, unserializeBag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

longdesc

public java.lang.String longdesc
HTML attribute


src

public java.lang.String src
HTML attribute


marginheight

public java.lang.String marginheight
HTML attribute


marginwidth

public java.lang.String marginwidth
HTML attribute


frameborder

public java.lang.String frameborder
HTML attribute


noresize

public java.lang.String noresize
HTML attribute


scrolling

public java.lang.String scrolling
HTML attribute

Constructor Detail

Frame

public Frame()
Method Detail

getLongdesc

public java.lang.String getLongdesc()

setLongdesc

public void setLongdesc(java.lang.String longdesc)

getSrc

public java.lang.String getSrc()

setSrc

public void setSrc(java.lang.String src)

getMarginheight

public java.lang.String getMarginheight()

setMarginheight

public void setMarginheight(java.lang.String marginheight)

getMarginwidth

public java.lang.String getMarginwidth()

setMarginwidth

public void setMarginwidth(java.lang.String marginwidth)

getFrameborder

public java.lang.String getFrameborder()

setFrameborder

public void setFrameborder(java.lang.String frameborder)

getNoresize

public java.lang.String getNoresize()

setNoresize

public void setNoresize(java.lang.String noresize)

getScrolling

public java.lang.String getScrolling()

setScrolling

public void setScrolling(java.lang.String scrolling)

htmlAttributes

public java.util.Vector htmlAttributes()
Description copied from class: Visual
Valid HTML attributes for this component.
All this attributes must be properties of the class.

Overrides:
htmlAttributes in class EmptyTag