OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfStyleUtils

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfStyleUtils

public class AdfStyleUtils
extends Object
Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfStyleUtils()
Copyright (c) 2008, 2009, Oracle and/or its affiliates.


Method Summary

public static Object
convertToValidStyleClass(Object styleClassName)
Given a style class name, convert it so that it can be output to a css2-browser.


Field Detail


Constructor Detail


AdfStyleUtils

public AdfStyleUtils()

Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.

Method Detail


convertToValidStyleClass

public static Object convertToValidStyleClass(Object styleClassName)

Given a style class name, convert it so that it can be output to a css2-browser. For example, '|' and '::'will be converted to '_'. This conversion needs to match the server-side conversion in AdfStyleUtils.java

Parameters:
styleClassName    
Return:
Object

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.